Description Usage Arguments Value Examples
Calculates a data frame of the MAP estimates of χ.
1 |
m |
A fit returned from |
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
).
1 2 3 | synth <- create_synthetic(C = 20, G = 5)
m <- mfa(synth$X)
chi_map <- calculate_chi(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.