T3test | R Documentation |
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, H="", E="", eps=1e-8)
Formula |
a conventional formula for a linear model |
Data |
a |
H |
Hypothesis term |
E |
Error term |
eps |
Less than this value is considered as zero. |
It tests a factor of type III SS using some other term as an error term. Here the error term should not be MSE.
Returns one or more ANOVA table(s) of type III SS.
Kyun-Seop Bae k@acr.kr
T3test(log(CMAX) ~ SEQ/SUBJ + PRD + TRT, BEdata, E=c("SEQ:SUBJ"))
T3test(log(CMAX) ~ SEQ/SUBJ + PRD + TRT, BEdata, H="SEQ", E=c("SEQ:SUBJ"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.