summary.bvs: Calculates Posterior Summaries for BVS Methods

Description Usage Arguments

View source: R/bvs_summary.R

Description

This function calculates global, regional, and marginal Bayes Factors that give the strength of evidence of there being an association in the overall set of variants of interest, the individual genes of interest (if specified) and the individual variants of interest.

Usage

1
2
## S3 method for class 'bvs'
summary(object, burnin = 1000, prior_cov = NULL, ...)

Arguments

object

an object of class 'bvs'

burnin

number of burn-in interations. Automatically set to zero if 'enumerate' method used.

prior_cov

matrix of predictor-level prior covariates (required only if used in original model fit)

...

additional arguments as required by summary S3 object


USCbiostats/bvs documentation built on April 30, 2021, 12:29 a.m.