see.lmu.tck | R Documentation |
The default design is balanced, as a result Type I = Type II = Type III SS. A student can then delete one or more Y responses, and corresponding X responses to see create an unbalanced design. Now the types of SS will no longer be equal. Furthermore, the order that X1 and X2 are specified will now matter in the case of Type I SS, although it will not matter for type II and III SS.
see.lmu.tck()
pm(Y, X1, X2, X1X2, change.order = FALSE, delete = 0)
Y |
Response variable. |
X1 |
First column in design matrix with effect coding. |
X2 |
Second column in design matrix. |
X1X2 |
An interaction column. The product of design matrix columns one and two |
change.order |
A logical command specifying whether or not the order of |
delete |
when |
Ken Aho
lm
if(interactive()){
if(any(names(sessionInfo()$otherPkgs)=="asbio")) vignette(package = "asbio", "typeISS_key")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.