print.mid {midr} | R Documentation |
Print MID Models
Description
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 |
... |
not used. |
Details
The S3 method of print()
for "mid" objects prints the MID values of a fitted MID model and its uninterpreted rate.
Value
print.mid()
returns the "mid" object passed to the function without any modification.
Examples
data(cars, package = "datasets")
print(interpret(dist ~ speed, cars))
[Package midr version 0.5.0 Index]