Learn R Programming

misaem (version 1.0.1)

print.miss.lm: Print miss.lm

Description

Print results for class miss.lm.

Usage

# S3 method for miss.lm
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class "miss.lm", usually, a result of a call to miss.lm.

digits

minimal number of significant digits.

...

further arguments passed to or from other methods.

Value

No return value, called for coefficient and standard error estimates print.

Examples

Run this code
# NOT RUN {
## For examples see example(miss.lm)
# }

Run the code above in your browser using DataLab