The direct effects are equal to the estimated coefficients. The total effect
equals (I-B)^-1Gamma. The indirect effect equals the difference between
the total effect and the indirect effect. In addition, the variance accounted
for (VAF) is calculated. The VAF is defined as the ratio of a variables
indirect effect to its total effect. Helper for generic functions summarize()
and assess()
.
calculateEffects(
.object = NULL,
.output_type = c("data.frame", "matrix")
)
An R object of class cSEMResults resulting from a call to csem()
.
Character string. The type of output to return. One of "complete" or "structured". See the Value section for details. Defaults to "complete".
A matrix or a data frame of effects.