summary.sem: Summarizing Linear and Linear Mixed Models estimated with the...

View source: R/summary.sem.R

summary.semR 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 "sem".

...

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 in case of an object of class "sem","lm" and a marginal and conditional R-squared in case of an object of class "sem","lme"


smicd documentation built on Nov. 19, 2023, 5:12 p.m.

Related to summary.sem in smicd...