summary.slim {slim} | R Documentation |
Summarizing Singular Linear Model Fits
Description
'summary' method for class 'slim'.
Usage
## 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)
[Package slim version 0.1.1 Index]