bayessurvreg2.help | R Documentation |
These functions are not to be called by ordinary users.
These are just sub-parts of ‘bayessurvreg2’ function to make it more readable for the programmer.
bayessurvreg2.checkStore(store)
bayessurvreg2.priorInit(prior, init, design, mcmc.par,
prior2, init2, design2, mcmc.par2, doubly)
bayessurvreg2.priorBeta(prior.beta, init, design)
bayessurvreg2.priorb(prior.b, init, design)
bayessurvreg2.writeHeaders(dir, doubly, prior.init, store, design, design2)
store |
a~list as required by the argument |
prior |
a~list as required by the argument |
prior2 |
a~list as required by the argument |
init |
a~list as required by the argument |
init2 |
a~list as required by the argument |
mcmc.par |
a~list as required by the argument |
mcmc.par2 |
a~list as required by the argument |
design |
an~object as returned by the function
|
design2 |
an~object as returned by the function
|
doubly |
logical indicating whether the response is doubly censored or not |
prior.beta |
a~list as required by the argument |
prior.b |
a~list as required by the argument |
dir |
path to the directory where the sampled values are to be stored |
prior.init |
a~list as returned by the function
|
Some lists.
A list with the following components:
integer arguments for C++ BetaGamma
constructor
double arguments for C++ BetaGamma
constructor
and the following attributes:
init |
prior.beta |
The same object as that returned by bayesBisurvreg.priorInit
.
A list with the following components:
integer arguments for C++ RandomEff
constructor
double arguments for C++ RandomEff
constructor
integer arguments for C++ CovMatrix
constructor
double arguments for C++ CovMatrix
constructor
and the following attributes:
init.b |
init.D |
prior.b |
Arnošt Komárek arnost.komarek@mff.cuni.cz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.