predict.mlwinfitIGLS | R Documentation |
Returns the predicted data from "mlwinfitIGLS" objects.
## S3 method for class 'mlwinfitIGLS'
predict(
object,
newdata = NULL,
params = NULL,
type = "link",
se.fit = FALSE,
terms = NULL,
...
)
object |
An |
newdata |
data frame for which to evaluate predictions |
params |
a character vector specifying the parameters to use in evaluating predictions.
If |
type |
when this has the value |
se.fit |
logical. When this is |
terms |
if |
... |
Other arguments. |
predict
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.