effectLite_iht {EffectLiteR} | R Documentation |
Informative hypothesis tests for effectLite
Description
Informative hypothesis tests for effectLite
Usage
effectLite_iht(object, constraints = NULL, test = "default")
Arguments
object |
effectlite. Fitted model of class effectlite estimated with |
constraints |
character. Specification of constraints for the ordered hypothesis test. |
test |
character. Statistical test to be used for the ordered hypothesis test. Can be one of |
Value
list with test statistics and p-value.
Examples
m1 <- effectLite(y="dv", x="x", k="k1", z="z1", method = "sem",
fixed.cell=TRUE, fixed.z=TRUE, data=example01)
test <- effectLite_iht(object = m1,
constraints = 'adjmean2 > adjmean1
adjmean1 > adjmean0')
print(test)
[Package EffectLiteR version 0.5-1 Index]