clboxplot | R Documentation |
To visualize and compare the distribution of values, clboxplot generates bosplots of values and additionally can compares distributions across categories via t-tests and anovas.
clboxplot(dataname, factor, factorname)
dataname |
: summary dataframe of cowlog observations (generated via cldata) |
factor |
: must be listed as either TRUE or FALSE, if false boxplots of summary distributions are generated, if true boxplots are generated and compared by category (t-tests and anovas) |
factorname |
: (used if factor = TRUE) name of relevant categorical column in summary dataframe |
clboxplot(dataname = dataframe_round, factor = TRUE, factorname = "round")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.