cpciuupi {ciuupi} | R Documentation |
Compute the coverage probability of the CIUUPI
Description
Evaluate the coverage probability of the confidence interval that
utilizes uncertain prior information (CIUUPI) at gam
.
The input bs.list
determines the functions b
and s
that specify the confidence interval that utilizes the uncertain
prior information (CIUUPI), for all possible values of \sigma
and observed response vector.
Usage
cpciuupi(gam, n.nodes, bs.list)
Arguments
gam |
A value of |
n.nodes |
The number of nodes for the Gauss Legendre quadrature used for the evaluation of the coverage probability |
bs.list |
A list that includes the following components.
where |
Value
The value(s) of the coverage probability of the CIUUPI at gam
.
Examples
gam <- seq(0, 10, by = 0.2)
n.nodes <- 10
cp <- cpciuupi(gam, n.nodes, bs.list.example)