intensityqqplot: Draw intensity of fitted point process and QQ-Plot of...

Description Usage Arguments Value

View source: R/intensityqqplot.R

Description

Draw the intensity and q-q plot for models

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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


ppdiag documentation built on Aug. 12, 2021, 5:07 p.m.