powered by
Coefficients calculated with g2 inverse. Output is similar to summary(lm()).
summary(lm())
lr(Formula, Data, eps=1e-8)
a conventional formula for a linear model
a data.frame to be analyzed
data.frame
Less than this value is considered as zero.
The result is comparable to that of SAS PROC REG.
point estimate of parameters, coefficients
standard error of the point estimate
value for t distribution
probability of larger than absolute t value from t distribution with residual's degree of freedom
It uses G2SWEEP to get g2 inverse. The result is similar to summary(lm()) without options.
# NOT RUN { lr(uptake ~ Plant + Type + Treatment + conc, CO2) # }
Run the code above in your browser using DataLab