Description Usage Arguments Details Value See Also Examples
Produces confidence intervals for a salbm object.
1 |
alphas |
vector or sensitivity parameters. |
main |
set of estimates from the salbm function. |
bs |
set of bootstrap estimates from the salbm function. |
Creates confidence limits from estimates and bootstrap estimates
salbmCI: returns a table which includes the following:
for each alpha and timepoint an estimate and lower and upper 95 percent confidence limits and lower and upper symmetric confindence limits.
The salbm_userDoc.pdf file in the Examples subdirectory.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | data("salbmData")
Results <- salbm(
data = salbmData,
trtname = "trt", # treatment indicator
trtlev = c(1,2), # treatment values
rf.ntree = 25, # num trees in the forest
rf.seed = -172,
rf.sampsize = 90,
rf.nodesize = 3,
nbootstraps = 10,
alpha = -1:1 )
CID <- salbmCI( -1:1, Results$ResultsD, Results$bootstrapsD )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.