Learn R Programming

midr (version 0.5.0)

print.mid: Print MID Models

Description

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

Usage

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

Value

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

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.

Details

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

Examples

Run this code
data(cars, package = "datasets")
print(interpret(dist ~ speed, cars))

Run the code above in your browser using DataLab