bayessurvreg3.help | R Documentation |
These functions are not to be called by ordinary users.
These are just sub-parts of ‘bayessurvreg3’ function to make it more readable for the programmer.
bayessurvreg3.checkStore(store)
bayessurvreg3.priorInit(prior, init, design, mcmc.par,
prior2, init2, design2, mcmc.par2, doubly)
bayessurvreg3.priorBeta(prior.beta, init, design)
bayessurvreg3.priorb(prior.b, init, design, mcmc.par)
bayessurvreg3.writeHeaders(dir, doubly, prior.init,
priorb.di, priorb2.di, store, design, design2,
version, mclass)
bayessurvreg3.priorinitNb(priorinit.Nb, init, init2,
design, design2, doubly)
bayessurvreg3.checkrho(rho, doubly)
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
|
priorb.di |
a list as returned by the function
|
priorb2.di |
a list as returned by the function
|
priorinit.Nb |
a list as required by the argument
|
rho |
a list as required by the argument |
version |
it is equal to 3 if either there is no correlation coefficient between the onset and time-to-event random intercepts or this correlation coefficient is fixed to 0 It is equal to 31 if we are estimating correlation coefficient between the onset and time-to-event random intercepts. |
mclass |
object created by |
Some lists (in most cases).
A list with the following components:
integer arguments for C++ RandomEff
constructor
double arguments for C++ RandomEff
constructor
integer arguments for C++ Gspline
constructor related to the smothed density of the random intercept
double arguments for C++ Gspline
constructor
related to the smoothed density of the random intercept
1 or 2, one of the G-spline specifications related to the distribution of the random intercept
initial component labels (vector of size ncluster
) taking
values from 1 to the total length of the G-spline related to the
random intercept
and the following attributes:
prior.b |
init |
mcmc.par |
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.