R/plot.acdModel.R

`plot.acdModel` <-
function(modelOut)
{
    plot(modelOut@x,xlab='Event',ylab='Duration',type='l')
    lines(modelOut@condDur,col='red')
    title('Duration and Conditional Duration')  


}

Try the fACD package in your browser

Any scripts or data that you put into this service are public.

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