samonSummary {samon} | R Documentation |
Summary function for an object returned by the samon function
Description
Produces summaries of samon objects, combining bootstrap and jackknife results to produce confidence intervals
Usage
samonSummary( trt, CIlevel = 0.95 )
Arguments
trt |
the result from a call to samon or samonCombine |
CIlevel |
the confidence level for confidence intervals |
Details
Combines estimates, bootstrap estimates and jackknife estimates to produce summary estimates and confidence intervals for a samon object.
Value
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.
Examples
data("P1Results")
Summary1 <- samonSummary( P1Results )
[Package samon version 4.0.2 Index]