e3 | R Documentation |
Makes a contrast matrix for type III SS.
e3(x, eps=1e-8)
x |
an output of ModelMatrix |
eps |
Less than this value is considered as zero. |
It makes a contrast matrix for type III SS. If zapsmall is used, the result becomes more inaccurate.
A contrast matrix for type III SS.
Kyun-Seop Bae k@acr.kr
round(e3(ModelMatrix(uptake ~ Plant + Type + Treatment + conc, CO2)), 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.