powered by
Makes a contrast matrix for type I SS using forward Doolittle method.
e1(XpX, eps=1e-8)
A contrast matrix for type I SS.
crossprodut of a design or model matrix. This should have appropriate column names.
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.
x = ModelMatrix(uptake ~ Plant + Type + Treatment + conc, CO2) round(e1(crossprod(x$X)), 12)
Run the code above in your browser using DataLab