Learn R Programming

BeviMed (version 5.3)

summary.BeviMed: Summarise a BeviMed object

Description

Create a summary of inference over model gamma = 0 and model gamma = 1 conditional on each mode of inheritance.

Usage

# S3 method for BeviMed
summary(object, ...)

Arguments

object

Object of class BeviMed.

...

Arguments passed to summary.BeviMed_m.

Value

Object of class BeviMed_summary.

Details

Returns a BeviMed_summary object, which is a list containing elements:

  • `prob_association`: the probability of association under each mode of inheritance,

  • `prior_prob_association`: the prior probability of association for each association model,

  • `gamma0_evidence': the log evidence under model gamma = 0,

  • `models': a list of summaries of model conditional inferences, i.e. objects of class BeviMed_m_summary. See summary.BeviMed_m for more details.

See Also

summary.BeviMed_m