coef.circmax: Methods for CIRCMAX Objects

Description Usage Arguments Details See Also

View source: R/circmax.R

Description

Methods for extracting information from fitted circmax objects.

Usage

1
2
3
4
## S3 method for class 'circmax'
coef(object, model = c("full", "location", "concentration"), ...)
## S3 method for class 'circmax'
terms(x, model = c("location", "concentration", "full"), ...)

Arguments

object, x

an object of class "circmax".

model

model for which coefficients shall be returned.

...

further arguments passed to or from other methods.

Details

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.

See Also

circmax


circmax documentation built on May 2, 2019, 5:16 p.m.