selciuupi {ciuupi} | R Documentation |
Compute the scaled expected length of the CIUUPI
Description
Evaluate the scaled expected length of the confidence interval that
utilizes uncertain prior information (CIUUPI) at gam
.
This scaled expected length is defined to be the expected length of the
CIUUPI divided
by the expected length of the standard 1 - \alpha
confidence interval.
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
selciuupi(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 scaled expected length |
bs.list |
A list that includes the following components.
where |
Value
The value(s) of the scaled expected length at gam
.
Examples
gam <- seq(0, 10, by = 0.2)
n.nodes <- 10
sel <- selciuupi(gam, n.nodes, bs.list.example)