powered by
For "mid" objects, print() prints the MID values and the uninterpreted rate.
print()
# S3 method for mid print(x, digits = max(3L, getOption("digits") - 2L), main.effects = FALSE, ...)
print.mid() returns the "mid" object passed to the function without any modification.
print.mid()
a "mid" object to be printed.
an integer specifying the number of significant digits.
logical. If TRUE, MID values of the main effects are printed.
TRUE
not used.
The S3 method of print() for "mid" objects prints the MID values of a fitted MID model and its uninterpreted rate.
data(cars, package = "datasets") print(interpret(dist ~ speed, cars))
Run the code above in your browser using DataLab