This function serves to summarize the MCMC chains related to the distributional parts
of the considered models obtained using the functions:
bayesHistogram
and bayesBisurvreg
.
If asked, this function returns also the values of the marginal G-spline evaluated in a grid at each iteration of MCMC.
marginal.bayesGspline(dir = getwd(), extens = "", K, grid1, grid2, skip = 0, by = 1, last.iter, nwrite, only.aver = TRUE)
bayes*survreg*
function was used, specify the argument
extens
in the following way.
extens = ""
extens = ""
;
extens = "_2"
;
mixmoment.sim
.nwrite
th iteration count of
iterations change).TRUE/FALSE
, if TRUE
only MCMC average is
returned otherwise also values of the marginal G-spline at each iteration are
returned (which might ask for quite lots of memory).marginal.bayesGspline
is returned. This object is a
list with components margin1
and margin2
(for two margins).Both margin1
and margin2
components are data.frames with
columns named grid
and average
where
grid
.marginal.bayesGspline
.
marginal.bayesGspline
has the following
attributes:
sample.size
sample1
only.aver = FALSE
. This a matrix with sample.size
columns and length(grid1) rows.
sample2
only.aver = FALSE
. This a matrix with sample.size
columns and length(grid2) rows.
Komárek, A. and Lesaffre, E. (2006). Bayesian semi-parametric accelerated failurew time model for paired doubly interval-censored data. Statistical Modelling, 6, 3--22.
## See the description of R commands for
## the models described in
## Komarek (2006),
## Komarek and Lesaffre (2006),
##
## R commands available
## in the documentation
## directory of this package
## - see ex-tandmobPA.R and
## http://www.karlin.mff.cuni.cz/~komarek/software/bayesSurv/ex-tandmobPA.pdf
##
Run the code above in your browser using DataLab