extract method for lme4 objects
extract
method for lme4
objects created by the
lme4 package.
## S4 method for signature 'lme4' extract( model, method = c("naive", "profile", "boot", "Wald"), level = 0.95, nsim = 1000, include.aic = TRUE, include.bic = TRUE, include.dic = FALSE, include.deviance = FALSE, include.loglik = TRUE, include.nobs = TRUE, include.groups = TRUE, include.variance = TRUE, ... )
model |
A statistical model object. |
method |
The method used to compute confidence intervals or p-values.
The default value |
level |
Significance or confidence level ( |
nsim |
The MCMC sample size or number of bootstrapping replications on
the basis of which confidence intervals are computed (only if the
|
include.aic |
Report Akaike's Information Criterion (AIC) in the GOF block? |
include.bic |
Report the Bayesian Information Criterion (BIC) in the GOF block? |
include.dic |
Report the deviance information criterion (DIC)? |
include.deviance |
Report the deviance? |
include.loglik |
Report the log likelihood in the GOF block? |
include.nobs |
Report the number of observations in the GOF block? |
include.groups |
Report the number of groups? |
include.variance |
Report group variances? |
... |
Arguments to be passed to the |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.