cpciuupi | R Documentation |
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.
cpciuupi(gam, n.nodes, bs.list)
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 |
The value(s) of the coverage probability of the CIUUPI at gam
.
gam <- seq(0, 10, by = 0.2)
n.nodes <- 10
cp <- cpciuupi(gam, n.nodes, bs.list.example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.