plot.ivah {ivtools}R Documentation

Plots result of G-estimation in causal AH model.

Description

This is a plot method for class "ivah". It only supports objects fitted with estmethod="g".

Usage

## S3 method for class 'ivah'
plot(x, gof=FALSE, CI.level=0.95, ...)

Arguments

x

an object of class "ivah", fitted with estmethod="g".

gof

should we plot the goodness-of-fit process? If not, then B(t) is plotted together with confidence intervals.

CI.level

level for the confidence intervals.

...

not used.

Author(s)

Arvid Sjolander and Torben Martinussen.

Examples


##See documentation for ivah.


[Package ivtools version 2.3.0 Index]