print.ggmix_fit {ggmix} | R Documentation |
ggmix_fit
print method for objects of class ggmix_fit
## S3 method for class 'ggmix_fit'
print(x, ..., digits = max(3, getOption("digits") - 3))
## S3 method for class 'ggmix_gic'
print(x, ..., digits = max(3, getOption("digits") - 3))
x |
an object of class objects of class |
... |
other arguments passed to |
digits |
significant digits in printout. Default: |
The call that produced the object x
is printed, followed by a
three-column matrix with columns Df
, %Dev
, and and
Lambda
. The Df
columns correspond to the number of nonzero
coefficients including variance components. %dev
is the percent
deviance explained (relative to the null deviance). Lambda
is the
sequence of converged tuning parameters.