| selciuupi | R Documentation |
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.
selciuupi(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 scaled expected length |
bs.list |
A list that includes the following components.
where |
The value(s) of the scaled expected length at gam.
gam <- seq(0, 10, by = 0.2)
n.nodes <- 10
sel <- selciuupi(gam, n.nodes, bs.list.example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.