Learn R Programming

samon (version 4.0.2)

samonSummary: 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 )

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.

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.

Examples

Run this code
data("P1Results")
Summary1 <- samonSummary( P1Results )

Run the code above in your browser using DataLab