predict.circmax {circmax} | R Documentation |
Obtains various types of predictions for circmax
models.
## S3 method for class 'circmax' predict(object, newdata = NULL, type = c("location", "concentration", "parameter"), na.action = na.pass, ...)
object |
an object of class |
newdata |
an optional data frame in which to look for variables which to predict. |
type |
type of prediction: |
na.action |
a function which indicates what should happen when the data
contain |
... |
further arguments passed to or from other methods. |
For type "location"
, or "scale"
a vector with
either the location or the scale of the predicted distribution.