View source: R/basic_functions.R
post_treatment_bliss | R Documentation |
Compute the post treatment values.
post_treatment_bliss(posterior_sample, param, data)
posterior_sample |
a list provided by the function |
param |
a list containing:
|
data |
a list containing required options to run the function
|
A list of important post treatment value: BIC, the maximum of the log likelihood and the numbre of parameters.
data(data1)
data(param1)
data(res_bliss1)
post_treatment_bliss(res_bliss1$posterior_sample,param1,data1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.