powered by
Plot an approximation of the posterior density.
image_Bliss(beta_posterior_density, param = list(), q = 1, to_print = TRUE)
a list. The result of the function compute_beta_posterior_density.
compute_beta_posterior_density
an optional list containing arguments: col_low, col_mid, col_high, ylim, xlab, ylab, title.
an integer (optional), the index of the functional covariate to plot.
display the plot if TRUE.
# \donttest{ data(data1) data(param1) data(res_bliss1) image_Bliss(res_bliss1$beta_posterior_density,param1,q=1) # }
Run the code above in your browser using DataLab