powered by
Function to print a quick summary of the results
# S3 method for gmjmcmc summary( object, pop = "best", tol = 1e-04, labels = FALSE, effects = NULL, data = NULL, verbose = TRUE, ... )
A data frame containing the following columns:
Character representation of the features ordered by marginal probabilities.
Marginal probabilities corresponding to the ordered feature strings.
The results to use
The population to print for, defaults to last
The tolerance to use as a threshold when reporting the results.
Should the covariates be named, or just referred to as their place in the data.frame.
Quantiles for posterior modes of the effects across models to be reported, if either effects are NULL or if labels are NULL, no effects are reported.
Data to merge on, important if pre-filtering was used
If the summary should be printed to the console or just returned, defaults to TRUE
Not used.
result <- gmjmcmc(matrix(rnorm(600), 100), P = 2, gaussian.loglik, NULL, c("p0", "exp_dbl")) summary(result, pop = "best")
Run the code above in your browser using DataLab