coef.circmax {circtree} | R Documentation |
Methods for extracting information from fitted circmax
objects.
## S3 method for class 'circmax' coef(object, model = c("full", "location", "concentration"), ...) ## S3 method for class 'circmax' terms(x, model = c("location", "concentration", "full"), ...)
object, x |
an object of class |
model |
model for which coefficients shall be returned. |
... |
further arguments passed to or from other methods. |
In addition to the methods above, a set of standard extractor functions for
"circmax"
objects is available, including methods to the generic
functions print
, logLik
,
and model.frame
. Additionally, estfun
,
vcov
provide methods for 'robust' inference.