print.acdModel: Function to print ACD model

Description Usage Arguments Value Author(s) See Also Examples

Description

Prints the coefficients of the model to the screen

Usage

1
print.acdModel(modelOut)

Arguments

modelOut

A S4 object from ACD_Fit

Value

Returns nothing

Author(s)

Marcelo Perlin - ICMA/UK <marceloperlin@gmail.com>

See Also

plot.acdModel

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
data(myDur)

x=myDur
pLag=1
qLag=1
distrib='exp'

typeACD='ACD'

modelOut<-ACD_Fit(x,qLag,pLag,distrib,typeACD)
print(modelOut)

fACD documentation built on May 2, 2019, 6:10 p.m.