confidenceInterval {ppsbm}R Documentation

Confidence Interval

Description

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

Usage

confidenceInterval(boot.sol, alpha = 0.05)

Arguments

boot.sol

Bootstrap list of estimators

alpha

Level of confidence : 1 - \alpha

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).


[Package ppsbm version 1.0.0 Index]