qualval(effect, se, test = c("IBGA", "LRT"), alpha = 0.05, plotout = FALSE)
"IBGA"
(interval based graphical
approach) or "LRT"
(Gail Simon likelihood ratio test).test = "IBGA"
.
There is no plot output for test = "LRT"
.test = "IBGA"
.test = "LRT"
.test = "IBGA"
.test = "IBGA"
.qualint
in the sense that
it could be used for any types of responses. However, comepared to qualint
,
the user needs to input the estimated (for pvalue) or designed (for power )
treatment effects and its standard error by themselves to use this function. It
gives more freedom and allows users to choose the method they prefer before
testing for qualitative interactions.
Pan and Wolfe (1993), Tests for generalized problems of detecting qualitative interaction, Technical Report No. 526, Department of Statistics, The Ohio State University.
Pan and Wolfe (1997), Test for qualitative interaction of clinical significance, Statistics in Medicine, 16, 1645-1652.
print.qualint
, coef.qualint
,
plot.qualint
, qualint
test9 <- qualval(effect = c(1.0, 0.5, -2.0), se = c(0.86, 0.64, 0.32))
print(test9)
plot(test9)
Run the code above in your browser using DataLab