Learn R Programming

PSAboot (version 1.3.6)

summary.PSAboot: Summary of pooled results from PSAboot

Description

Summary of pooled results from PSAboot

Usage

# S3 method for PSAboot
summary(object, ...)

Value

a list with pooled summary statistics.

a list with the results from easch PSA method. For each method a list contains the following elements:

sig.tot.per

Percentage of boostrap samples where the confidence interval does not span zero.

boostrap.mean

Weighted mean difference across all bootstrap samples.

boostrap.ci

Overall confidence interval across all bootstrap samples.

bootstrap.weighted.mean

Overall weighted bootstrap mean.

percent.sig

Contingency table of the number of bootstrap samples that don't span zero.

complete

Results of the summary of the PSA method.

Arguments

object

result of PSAboot.

...

currently unused.