print.ggmix_fit {ggmix} | R Documentation |
Print Method for Objects of Class ggmix_fit
Description
print method for objects of class ggmix_fit
Usage
## 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))
Arguments
x |
an object of class objects of class |
... |
other arguments passed to |
digits |
significant digits in printout. Default: |
Value
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.
See Also
[Package ggmix version 0.0.2 Index]