calculate_chi: Calculate posterior chi precision parameters

Description Usage Arguments Value Examples

View source: R/mfa.R

Description

Calculates a data frame of the MAP estimates of χ.

Usage

1

Arguments

m

A fit returned from mfa

Value

A data_frame with one entry for the feature names and one for the MAP estimates of chi (using the posterior.mode function from MCMCglmm).

Examples

1
2
3
synth <- create_synthetic(C = 20, G = 5)
m <- mfa(synth$X)
chi_map <- calculate_chi(m)

mfa documentation built on Nov. 8, 2020, 8:10 p.m.