predict.mlwinfitMCMC {R2MLwiN} | R Documentation |
Returns the predicted data from "mlwinfitMCMC" objects.
Description
Returns the predicted data from "mlwinfitMCMC" objects.
Usage
## S3 method for class 'mlwinfitMCMC'
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]