effectLite_iht: Informative hypothesis tests for effectLite

View source: R/effectLite_iht.R

effectLite_ihtR Documentation

Informative hypothesis tests for effectLite

Description

Informative hypothesis tests for effectLite

Usage

effectLite_iht(object, constraints = NULL, test = "Fbar")

Arguments

object

effectlite. Fitted model of class effectlite estimated with effectLite using method="sem".

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 c("Fbar", "Wald").

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)


amayer2010/EffectLiteR documentation built on March 2, 2024, 9:19 p.m.