plot_chi: Plot posterior precision parameters

Description Usage Arguments Value Examples

View source: R/mfa.R

Description

Plot posterior precision parameters

Usage

1
plot_chi(m, nfeatures = m$G)

Arguments

m

A fit returned from mfa

nfeatures

Top number of

Value

A ggplot2 bar-plot showing the map estimates of χ^{-1}

Examples

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

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