View source: R/visualize-result.R
This function allows you to visualize the result of LCA
1 2 3 4 5 6 7 8 | visualize_result(
dataset,
group,
factor_num,
linked_component_list,
score_list,
dataset_exp
)
|
dataset |
A list containing all the datasets. |
group |
A list containing the linked groups of datasets. |
factor_num |
A vector containing the number of factors each group should have. |
linked_component_list |
A list containing the estimated linked component. |
score_list |
A list containing the list of scores. |
dataset_exp |
A list containing the explanation arguments that can be used to visualize the result |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.