plot_tau.CI {DIFM} | R Documentation |
Credible interval plot of factor loadings variance
Description
It returns a credible interval plot of factor loadings covariance, tau. The lines are 95
Usage
plot_tau.CI(Gibbs, burnin = NA, true.val = NA, main.bool = TRUE)
Arguments
Gibbs |
Result of Gibbs sampler from DIFM function. |
burnin |
Number of burn-in. If not specified, it uses the first tenths as burn-in period. |
true.val |
True values of tau. If not available, NA. |
main.bool |
Add title of the plots. |
Value
Credible interval plot of tau
[Package DIFM version 1.0 Index]