summary.sem {smicd} | R Documentation |
Summarizing Linear and Linear Mixed Models estimated with the SEM
Description
summary
method for class "sem"
.
Usage
## S3 method for class 'sem'
summary(object, ...)
Arguments
object |
an object of class |
... |
additional arguments that are not used in this method. |
Value
an object of type "summary.sem" with following components:
call |
a list containing an image of the function call that produced the object. |
coefficients |
a table that returns the estimation parameters and the standard errors and confidence intervals in case that the standard erros are estimated. |
standard errors |
bootstraped standard errors |
confidence intervals |
bootstraped confidence intervals |
two R2 measures |
a multiple and adjusted R-squared |
[Package smicd version 1.1.5 Index]