predict.circmax: Predicted/Fitted Values for CIRCMAX Fits

Description Usage Arguments Value See Also

View source: R/circmax.R

Description

Obtains various types of predictions for circmax models.

Usage

1
2
3
4
## S3 method for class 'circmax'
predict(object, newdata = NULL, type = c("location", "concentration", 
  "parameter"), 
  na.action = na.pass, ...)

Arguments

object

an object of class "circmax".

newdata

an optional data frame in which to look for variables which to predict.

type

type of prediction: "location" returns the location of the predicted distribution. "scale" returns the scale of the predicted distribution. "parameter" returns a data frame with predicted location and scale parameters.

na.action

a function which indicates what should happen when the data contain NAs. Default is na.pass

...

further arguments passed to or from other methods.

Value

For type "location", or "scale" a vector with either the location or the scale of the predicted distribution.

See Also

circmax


circtree documentation built on Aug. 14, 2019, 3 p.m.