data(fromXPSS)
xpssTtest(fromXPSS,
variables = "V7_2",
t_test = "testval",
testval= 50,
criteria = 0.65)
xpssTtest(fromXPSS,
t_test = "pairs",
variables=c("V5",
"V6",
"V7_1",
"V7_2"),
paired = FALSE,
missing = "analysis",
criteria = 0.85)
xpssTtest(fromXPSS,
variables = "V7_2",
t_test = "groups",
groupvar = "V3",
groups = c(1, 2),
missing = "analysis",
criteria = 0.99)
Run the code above in your browser using DataLab