summary.semEff {semEff} | R Documentation |
Summarise SEM Effects
Description
A summary()
method for an object of class "semEff"
.
Usage
## S3 method for class 'semEff'
summary(object, responses = NULL, ...)
Arguments
object |
An object of class |
responses |
An optional character vector, the names of one or more SEM
response variables for which to return summaries (and/or |
... |
Further arguments passed to or from other methods. Not currently used. |
Details
This summary method prints tables of effects and confidence intervals for SEM endogenous (response) variables.
Value
A summary table or tables of effects for the endogenous variables (data frames).
[Package semEff version 0.6.1 Index]