Description Usage Arguments Details Value See Also Examples
View source: R/population_table.R
This function is designed to be run after using stratifier
on the output that is produced. It produces a table of the population means and standard deviations of the stratification variables selected in each cluster. It also presents some visualizations of the population cluster information, which can help users describe the clusters.
1 | mean_table(solution, plots = TRUE, store = FALSE)
|
solution |
object storing the output of |
plots |
defaults to |
store |
defaults to |
The function by default does not store this information, but users can save the plots manually, or specify the argument store
to export the table and plots to files in their current working directory.
a table of the mean values of selected stratifying variables across strata
http://thegeneralizer.org/, also add other resources
1 2 3 4 5 | ## Not run:
# To view a table of means along with graphs:
mean_table(solution)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.