powered by
Makes a contrast matrix for type I SS using forward Doolittle method.
e1(Formula, Data, eps=1e-8)
A contrast matrix for type I SS.
a conventional formula for a linear model
a data.frame to be analyzed
data.frame
Less than this value is considered as zero.
Kyun-Seop Bae k@acr.kr
It makes a contrast matrix for type I SS. If zapsmall is used, the result becomes more inaccurate.
round(e1(uptake ~ Plant + Type + Treatment + conc, CO2), 12)
Run the code above in your browser using DataLab