summary.semEff: Summarise SEM Effects

View source: R/semEff-fun.R

summary.semEffR 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 "semEff".

responses

An optional character vector, the names of one or more SEM response variables for which to return summaries (and/or "Correlated Errors", where applicable). Can also be a numeric vector of indices of object. If NULL (default), all summaries are returned.

...

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).


semEff documentation built on Aug. 22, 2022, 9:07 a.m.