Last chance! 50% off unlimited learning
Sale ends in
Estimates Linear Function with a formula and a dataset.
ESTM(L, Formula, Data, conf.level=0.95)
a matrix of linear functions rows to be tested
a conventional formula for a linear model
a data.frame
to be analyzed
confidence level of confidence limit
point estimate of the input linear constrast
lower confidence limit
upper confidence limit
standard error of the point estimate
value for t distribution
degree of freedom
probability of larger than absolute t value from t distribution with residual's degree of freedom
It tests rows of linear functions. Linear function means linear combination of estimated coefficients. It is similar to SAS PROC GLM ESTIMATE. This is a little convenient version of est
function.
# NOT RUN {
ESTM(t(c(0, -1, 1)), uptake ~ Type, CO2) # Quevec - Mississippi
# }
Run the code above in your browser using DataLab