samonSummary {samon} | R Documentation |
Produces summaries of samon objects, combining bootstrap and jackknife results to produce confidence intervals
samonSummary( trt, CIlevel = 0.95 )
trt |
the result from a call to samon or samonCombine |
CIlevel |
the confidence level for confidence intervals |
Combines estimates, bootstrap estimates and jackknife estimates to produce summary estimates and confidence intervals for a samon object.
Returns a list. Items include TM which contains treatment estimates and standard errors for the main data; TS contains estimates for the bootstrap samples and includes jackknifes standard error estimates; CI contains confidence intervals.
data("P1Results")
Summary1 <- samonSummary( P1Results )