Skip to contents

For "mid" objects, print() prints the MID values and the uninterpreted rate.

Usage

# S3 method for class 'mid'
print(x, digits = max(3L, getOption("digits") - 2L), main.effects = FALSE, ...)

Arguments

x

a "mid" object to be printed.

digits

an integer specifying the number of significant digits.

main.effects

logical. If TRUE, MID values of the main effects are printed.

...

not used.

Value

print.mid() returns the "mid" object passed to the function without any modification.

Details

The S3 method of print() for "mid" objects prints the MID values of a fitted MID model and its uninterpreted rate.

Examples

data(cars, package = "datasets")
print(interpret(dist ~ speed, cars))
#> 'model' not passed: response variable in 'data' is used
#> 
#> Call:
#> interpret(formula = dist ~ speed, data = cars)
#> 
#> Intercept: 42.98
#> 
#> Main Effects:
#> 1 main effect term
#> 
#> Uninterpreted Variation Ratio: 0.22636