print.ggmix_fit: Print Method for Objects of Class 'ggmix_fit'

Description Usage Arguments Value See Also

View source: R/methods.R

Description

print method for objects of class ggmix_fit

Usage

1
2
3
4
5
## 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 ggmix_fit

...

other arguments passed to print

digits

significant digits in printout. Default: max(3, getOption("digits") - 3)

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

ggmix


sahirbhatnagar/penfam documentation built on April 14, 2021, 9:38 a.m.