powered by
Fits a least square linear model.
lfit(x, y, eps=1e-8)
beta coefficients
g2 inverse
rank of the model matrix
degree of freedom for the residual
sum of squares error
sum of squares total
degree of freedom of the residual for beta coefficient
a result of ModelMatrix
a column vector of response, dependent variable
Less than this value is considered as zero.
Kyun-Seop Bae k@acr.kr
Minimum version of least square fit of a linear model
ModelMatrix
f1 = uptake ~ Type*Treatment + conc x = ModelMatrix(f1, CO2) y = model.frame(f1, CO2)[,1] lfit(x, y)
Run the code above in your browser using DataLab