View source: R/intensityqqplot.R
intensityqqplot | R Documentation |
Draw the intensity and q-q plot for models
intensityqqplot(object, events, markov_states) ## Default S3 method: intensityqqplot(object, events, markov_states) ## S3 method for class 'hp' intensityqqplot(object, events, markov_states = NULL) ## S3 method for class 'hpp' intensityqqplot(object, events, markov_states = NULL) ## S3 method for class 'mmpp' intensityqqplot(object, events = markov_states$events, markov_states) ## S3 method for class 'mmhp' intensityqqplot(object, events = markov_states$events, markov_states)
object |
parameters for the models: hp, hpp, and mmhp |
events |
event times |
markov_states |
only for mmhp and mmpp, markov states simulation output |
no return value, intensity and qq-plot in a single plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.