powered by
Compute the post treatment values.
post_treatment_bliss(posterior_sample, param, data)
A list of important post treatment value: BIC, the maximum of the log likelihood and the numbre of parameters.
a list provided by the function Bliss_Gibbs_Sampler.
Bliss_Gibbs_Sampler
a list containing:
a vector of integers, corresponding to the numbers of intervals for each covariate.
a list containing required options to run the function dposterior.
dposterior
# \donttest{ data(data1) data(param1) data(res_bliss1) post_treatment_bliss(res_bliss1$posterior_sample,param1,data1) # }
Run the code above in your browser using DataLab