Learn R Programming

ppsbm (version 1.0.0)

confidenceInterval: Confidence Interval

Description

Compute confidence bands for all pair of groups \((q,l)\)

Usage

confidenceInterval(boot.sol, alpha = 0.05)

Value

Array with 3 dimensions and size \(Q(Q+1)/2\times 3\times K\) (if undirected) or \(Q^2\times 3\times K\) (when undirected) containing for each pair of groups \((q,l)\) (first dimension) and each \(k\)-th subinterval (third dimension) the 3 quantiles at levels \((\alpha/2,1-\alpha/2,.5)\) (second dimension).

Arguments

boot.sol

Bootstrap list of estimators

alpha

Level of confidence : 1 - \(\alpha\)