Print method for an object of class 'cvlmvar'. This object is created by the functions
cv.lm and cv.lmvar.
# S3 method for cvlmvar
print(x, digits = NULL, ...)Object of class 'cvlmvar'
Integer, number of significant digits of standard deviations in printed output. Must
be larger than zero, or NULL.
For compatibility with print generic.
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.