summary.PSAboot {PSAboot} | R Documentation |
Summary of pooled results from PSAboot
Description
Summary of pooled results from PSAboot
Usage
## S3 method for class 'PSAboot'
summary(object, ...)
Arguments
object |
result of |
... |
currently unused. |
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.
[Package PSAboot version 1.3.8 Index]