This an internal function to update coefficients of the Bayesian Cox Lasso Model
UpdateRPlee11(sobj, hyperpar, ini, S, method, MRF_G, cpp = FALSE)
A list object with component 'beta.ini' for the updated coefficients and component 'acceptlee' for the MCMC acceptance rate
a list containing observed data from n
subjects;
t
, di
, X
. See details for more information
a list containing prior parameter values
a list containing prior parameters' initial values
the number of subgroups
a method option from
c("Pooled", "CoxBVSSL", "Sub-struct")
logical value. MRF_G = TRUE
is to fix the MRF graph which
is provided in the argument hyperpar
, and MRF_G = FALSE
is to
use graphical model for learning the MRF graph
logical, whether to use C++ code for faster computation