GetSampleSizes | R Documentation |
Compute sample size by spring and field season
GetSampleSizes(data, ..., pop = FALSE)
data |
A data frame of data for which sample sizes will be calculated. To group by Park, SiteCode, and/or FieldSeason, be sure to include those columns. |
... |
Columns to group by. |
pop |
Indicates if this is a population size (N) rather than a sample size (n). Defaults to FALSE. |
A dataframe with a SampleSize column as well as any grouping columns (Park, SiteCode, FieldSeason) that are present in data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.