powered by
Hypothesis test of Type III SS using an error term other than MSE. This corresponds to SAS PROC GLM's RANDOM /TEST clause.
T3test(Formula, Data, Error="", eps=1e-8)
a conventional formula for a linear model
a data.frame to be analyzed
data.frame
an error term. Term name should be exactly same one listed the ANOVA output.
Less than this value is considered as zero.
Returns one or more ANOVA table(s) of type III SS.
It tests a factor of type III SS using some other term as an error term. Here the error term should not be MSE.
# NOT RUN { T3test(log(CMAX) ~ SEQ/SUBJ + PRD + TRT, BEdata, "SEQ:SUBJ") # }
Run the code above in your browser using DataLab