ciperm.multi | R Documentation |
Constructs confidence intervals at the specified level, and optionally calculates the joint confidence level.
ciperm.multi( y, phi, M = 1000, statistic, bounds, estimate, level = 0.95, multilevel = TRUE, adjusted.ci = FALSE, infinities = FALSE )
level |
Coverage level (i.e. 1- α). |
multilevel |
Calculate the joint coverage level using alpha.multi? |
adjusted.ci |
Calculate the adjusted confidence interval using adjusted_ci? |
See ciperm0.multi for additional parameters.
The outputs from multilevel
and adjusted.ci
are attached as attributes (when the parameters are set to TRUE).
A 2 x K array of K confidence intervals.
ciperm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.