predict.mlwinfitIGLS {R2MLwiN} | R Documentation |
Returns the predicted data from "mlwinfitIGLS" objects.
Description
Returns the predicted data from "mlwinfitIGLS" objects.
Usage
## S3 method for class 'mlwinfitIGLS'
predict(
object,
newdata = NULL,
params = NULL,
type = "link",
se.fit = FALSE,
terms = NULL,
...
)
Arguments
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. |
See Also
[Package R2MLwiN version 0.8-9 Index]