plot.ivadj {NU.Learning} | R Documentation |
Display an Instrumental Variable (LAO) plot with Linear and smooth.spline Fits
Description
For a given number of patient clusters, K, in baseline X-covariate space and a specified Y-outcome variable, display the distribution of Local Average Outcomes (LAOs) plotted versus Within-Cluster Propensity-like Scores: Treatment Selection Fractions or Relative Exposure Levels.
Usage
## S3 method for class 'ivadj'
plot(x, maxsiz = 0.15, ...)
Arguments
x |
An object output by ivadj() for K given Clusters in baseline X-covariate space. |
maxsiz |
Radius of the Circle plotting symbol for the largest Cluster. Usually < 0.6 |
... |
Other arguments passed on to plot(). |
Value
NULL
Author(s)
Bob Obenchain <wizbob@att.net>
See Also
[Package NU.Learning version 1.5 Index]