Description Usage Arguments Author(s) See Also Examples
Print the prints sensitivityPStrat objects in a visual understanable way.
1 2 3 4 |
x |
sensitivity object |
... |
arguments passed to other print methods |
Charles Dupont
Department of Biostatistics
Vanderbilt University
1 2 3 4 5 6 7 8 9 10 | data(vaccine.trial)
print(with(vaccine.trial,
sensitivityJR(z=treatment,s=hiv.outcome,y=logVL,
beta0=c(-1,-.75,-.5,-.25,0,.25,.5,.75,1),
beta1=c(-1,-.75,-.5,-.25,0,.25,.5,.75,1),
phi=c(0.95,0.90,0.80), selection="infected",
groupings=c("placebo","vaccine"),
N.boot=100)
))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.