maximalRelia(object)
cfa
, sem
, growth
, or lavaan
functions.attr
function (see example below).reliability
for reliability of an unweighted composite scoretotal <- 'f =~ x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8 + x9 '
fit <- cfa(total, data=HolzingerSwineford1939)
maximalRelia(fit)
# Extract the weight
mr <- maximalRelia(fit)
attr(mr, "weight")
Run the code above in your browser using DataLab