sd_plot {BayesGP} | R Documentation |
Plot the posterior density of a SD parameter in the fitted model
sd_plot(object, component = NULL, h = NULL, theta_logprior = NULL)
object |
The fitted object from the function 'model_fit'. |
component |
The component of the SD parameter that you want to show. By default this is 'NULL', indicating the family.sd is of interest. |
h |
For PSD, the unit of predictive step to consider, by default is set to 'NULL', indicating the result is using the same 'h' as in the model fitting. |
theta_logprior |
The log prior function used on the selected SD parameter. By default is 'NULL', and the current Exponential prior will be used. |
A plot that shows the posterior and prior density of the SD parameter. The SD parameter will be converted into PSD if applicable.