Last data update: 2014.03.03

R: Methods for class acdFit
acdFit-methodsR Documentation

Methods for class acdFit

Description

residuals.acdFit() returns the residuals and coef.acdFit() returns the coefficients of a fitted ACD model of class 'acdFit', while print.acdFit() prints the essential information.

Usage

## S3 method for class 'acdFit'
residuals(object, ...)
## S3 method for class 'acdFit'
coef(object, returnCoef = "all", ...)
## S3 method for class 'acdFit'
print(x, ...)

Arguments

object

the fitted ACD model of class 'acdFit' (as returned by the function acdFit).

x

same as object, ie. an object of class 'acdFit'.

returnCoef

on of "all", "distribution", or "model". Specifies whether all estimated parameters should be returned or only the distribution parameters or the model (for the conditional mean duration) parameters.

...

additional arguments to print.

Results