summary.slim: Summarizing Singular Linear Model Fits

Description Usage Arguments Value

View source: R/methods.R

Description

'summary' method for class 'slim'.

Usage

1
2
## S3 method for class 'slim'
summary(object, empirical = TRUE, ...)

Arguments

object

an object of class 'slim', usually, a result of a call to 'slim'.

empirical

logical indicating if empirical variances of y should be used in estimating standard errors (the default). Empirical standard errors should be used unless covariances have been well modelled.

...

arguments passed to or from other methods.

Value

an object with class c("slim_summary", "slim") and, in addition to the usual 'slim' components, coefficient_matrix (the matrix of estimated coefficients, standard errors, z- and p-values) and empirical (logical indicating if empirical standard errors have been used)


slim documentation built on May 2, 2019, 7:04 a.m.