View source: R/numerics_summary_need_alignment.R
numerics_summary_need_alignment | R Documentation |
Numerical summary for factor loadings and factor scores, which need alignment.
numerics_summary_need_alignment(
burnin = 0,
thin_step = 1,
gibbs_after_mcem_combine_chains_result
)
burnin |
A numeric scalar. The saved samples are already after burnin; therefore the default value for this parameter here is 0. Can discard further samples if needed. |
thin_step |
A numeric scalar. The saved samples are already after thinning; therefore the default value for this parameter here is 1. Can be further thinned if needed. |
gibbs_after_mcem_combine_chains_result |
A list of objects returned from the function 'gibbs_after_mcem_combine_chains'. |
This function corresponds to Algorithm 2: Steps 2, 3 and 4 in the main manuscript; therefore reader can consult the paper for more explanations.
Reordered posterior samples, convergence assessment, and summarized posterior results for factor loadings and factor scores.
# See examples in vignette
vignette("bsfadgp_regular_data_example", package = "DGP4LCF")
vignette("bsfadgp_irregular_data_example", package = "DGP4LCF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.