post_table {BayesGP} | R Documentation |
Obtain the posterior summary table for all the parameters in the fitted model
Description
Obtain the posterior summary table for all the parameters in the fitted model
Usage
post_table(object, quantiles = c(0.025, 0.975), digits = 3)
Arguments
object |
The fitted object from the function 'model_fit'. |
quantiles |
The specified quantile to display the posterior summary, default is c(0.025, 0.975). |
digits |
The significant digits to be kept in the result, default is 3. |
Value
A data frame that contains the posterior summary of all the parameters in the fitted model.
[Package BayesGP version 0.1.3 Index]