acdFit-methods {ACDm} | R 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. predict.acdFit()
predicts the next N
durations by thier expected value.
Usage
## S3 method for class 'acdFit'
residuals(object, ...)
## S3 method for class 'acdFit'
coef(object, returnCoef = "all", ...)
## S3 method for class 'acdFit'
print(x, ...)
## S3 method for class 'acdFit'
predict(object, N = 10, ...)
Arguments
object |
the fitted ACD model of class 'acdFit' (as returned by the function |
x |
same as |
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. |
N |
the number of the predictions in |
... |
additional arguments to |
[Package ACDm version 1.0.4.3 Index]