| calculate_chi | R Documentation | 
Calculates a data frame of the MAP estimates of χ.
calculate_chi(m)
| 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).
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.