vtPriorPar {visit} | R Documentation |
Get prior distribution parameters
Description
Get prior distribution parameters for partially parametric or partially parametric+ models
Usage
vtPriorPar(prior.y = NULL, tau = NULL, sdalpha = 10, sdrho = 10,
vtheta = NULL)
Arguments
prior.y |
Historical data for generating prior parameters. It has the
same structure as |
tau |
Vector of |
sdalpha |
|
sdrho |
|
vtheta |
Additional variance term for eliciting prior parameters from
|
Details
The priors are specified as ,
and
.
Value
A VTPRIOR
list with
TAU:vector of
's for each level
ABCD:A matrix of 4 columns:
,
,
,
. Each row represents a dose level.
Examples
par.prior <- vtPriorPar(tau = c(0.2, 0.4, 0.6), sdalpha = 10);
[Package visit version 2.2 Index]