plot_chi {mfa}R Documentation

Plot posterior precision parameters

Description

Plot posterior precision parameters

Usage

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

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

[Package mfa version 1.14.0 Index]