gamma_post: Return the posterior probability of each hypothesis vector

View source: R/gamma_post.R

gamma_postR Documentation

Return the posterior probability of each hypothesis vector

Description

Return the posterior probability of each hypothesis vector

Usage

gamma_post(fit)

Arguments

fit

An object of class anova_bnp_model.

Value

A tibble with the posterior probability of each hypothesis (one per row), and the following variables:

  • prob: the posterior probability.

  • groupi: TRUE if, under that hypothesis, the group 1 shares the distribution of the reference group, for each i = 2, 3, \ldots

For more information about the meaning of each group, use group_codes.


igutierrezm/ANOVABNPTestR documentation built on April 22, 2024, 3:24 a.m.