print.glmMIC: The Generic 'print' Function for Object of 'glmMIC' Class

Description Usage Arguments Details Value References

View source: R/print-glmMIC.R

Description

The Generic print Function for Object of glmMIC Class

Usage

1
2
## S3 method for class 'glmMIC'
print(fit, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

fit

an object of glmMIC class.

digits

the minimal number of significant digits. See print.default.

...

further arguments passed to or from other methods.

Details

The (generic) print method for an glmMIC object. The results include info on the estimated gamma and beta. Depending on the options, significance testing and confidence intervals are also provided.

Value

The table of estimated regression coefficients beta and the reparameterized gamma.

References

#' @seealso glmMIC


xgsu/glmMIC documentation built on May 4, 2019, 1:06 p.m.