gls | R Documentation |
Obtain estimates using generalized least squares (gls).
gls(formula, data, vc = NULL, test=c("none","F"))
formula |
An object of class "formula": a symbolic description of the model to be fitted. |
data |
An data frame containing the variables in the model. |
vc |
An object from |
test |
Wheter F-test is performed. |
A matrix with columns: "Estimate", "Std. Error", "t value" and "Pr(>|t|)", or an ANOVA table if F-test is requested.
lm
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.