extract,biglm-method | R Documentation |
extract
method for biglm
objectsextract
method for biglm
objects created by the
biglm
function in the biglm package.
## S4 method for signature 'biglm'
extract(model, include.nobs = TRUE, include.aic = TRUE, use.ci = FALSE, ...)
model |
A statistical model object. |
include.nobs |
Report the number of observations in the GOF block? |
include.aic |
Report Akaike's Information Criterion (AIC) in the GOF block? |
use.ci |
Report confidence intervals in the GOF block? |
... |
Custom parameters, which are handed over to subroutines. Currently not in use. |
Claudia Zucca, Philip Leifeld
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.