intensityqqplot {ppdiag} | R Documentation |
Draw intensity of fitted point process and QQ-Plot of rescaled events
Description
Draw the intensity and q-q plot for models
Usage
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)
Arguments
object |
parameters for the models: hp, hpp, and mmhp |
events |
event times |
markov_states |
only for mmhp and mmpp, markov states simulation output |
Value
no return value, intensity and qq-plot in a single plot
[Package ppdiag version 0.1.1 Index]