Description Usage Arguments Value Examples
View source: R/check_sample_size.R
Get Sample Size Statistics for Given Dimension Combnation
1 | get_sample_size_stats(dataset, draw_figure = TRUE, ...)
|
dataset |
data frame of raw data or renamed data. |
draw_figure |
logical, default |
... |
dimensions |
a list with sample size data frame, minimum, median and maximum sample size.
1 2 | # data <- data.frame(a=c(1,2,1,2,1,2,1,2), b=c(1,1,2,2,3,3,1,1), c=c(1,1,1,1,1,1,2,2))
# get_sample_size_stats(data, draw_figure = FALSE, a, b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.