plot.acdModel: Function to plot an ACD S4 object

Description Usage Arguments Value Author(s) See Also Examples

Description

This function plots the results from the use of ACD_Fit

Usage

1
plot.acdModel(modelOut)

Arguments

modelOut

A S4 object from ACD_Fit

Value

Returns nothing. Plot the graphics.

Author(s)

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

See Also

ACD_Fit,ACD_Simul

Examples

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


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

typeACD='ACD'

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

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