mygls | R Documentation |
Internal function to adapt generalized least squares (gls
) model with more details in output.
mygls(
model,
data = sys.frame(sys.parent()),
correlation = NULL,
weights = NULL,
subset,
method = c("REML", "ML"),
na.action = na.fail,
control = list(),
verbose = FALSE
)
model |
a |
data |
a |
correlation |
a |
weights |
a |
subset |
an optional expression indicating which subset of the rows of |
method |
a character string to choose the maximization method. Default is " |
na.action |
a function that indicates what should happen when the data contain NAs. Default is |
control |
a list of control values. Default is an empty list. |
verbose |
an optional logical value. If TRUE information on the evolution of the iterative algorithm is printed. Default is FALSE. |
a gls
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.