auxiliaryFunctions {eatRep} | R Documentation |
These functions are used internally and have to be exported to the namespace
to be callable by withReplicates
, for example. The user
should not call these functions directly.
funAdjust (d, x, a, w)
funAdjustEL(d, x, a, w)
groupVersusTotalMean(d, g, w)
getOutputIfSingularWec ( glmRes )
getOutputIfSingular ( glmRes )
getOutputIfSingularT1 ( glmRes)
funadjustLavaanWec (d, x, i, w)
d |
dependent variable, provided as vector |
x |
grouping variable, provided as vector |
a |
matrix of variables used for adjusted means |
w |
optional: weighting variable, provided as vector |
g |
grouping variable, provided as vector |
i |
independent variable, provided as vector |
glmRes |
results object of the |
data frame with two columns: estimates and standard errors, both only used for further
processing in eatRep
.