e2 | R Documentation |
Makes a contrast matrix for type II SS.
e2(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 II SS. If zapsmall is used, the result becomes more inaccurate.
A contrast matrix for type II SS.
Kyun-Seop Bae k@acr.kr
round(e2(ModelMatrix(uptake ~ Plant + Type + Treatment + conc, CO2)), 12)
round(e2(ModelMatrix(uptake ~ Type, CO2)), 12)
round(e2(ModelMatrix(uptake ~ Type - 1, CO2)), 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.