print.cvlmvar: Print method for an object of class 'cvlmvar'

Description Usage Arguments Details

Description

Print method for an object of class 'cvlmvar'. This object is created by the functions cv.lm and cv.lmvar.

Usage

1
2
## S3 method for class 'cvlmvar'
print(x, digits = NULL, ...)

Arguments

x

Object of class 'cvlmvar'

digits

Integer, number of significant digits of standard deviations in printed output. Must be larger than zero, or NULL.

...

For compatibility with print generic.

Details

If digits = NULL, printed values are not rounded. Otherwise, all standard deviations are rounded to digits significant digits. All corresponding mean values are rounded to a precision equal to the maximum precision of the rounded value of the standard deviation.

Examples of print.cvlmvar are provided in the examples of the functions cv.lm and cv.lmvar.


lmvar documentation built on May 16, 2019, 5:06 p.m.