Description Usage Arguments Examples
View source: R/package-support.R
Apply a function (f) to a set of data (d) by a grouping variable (grp). Calculates values within group (eg mean), as well as for the entire ungrouped sample (eg, grand mean).
1 | LMK_grp_apply(d, f, grp)
|
d |
a dataset |
f |
a function |
grp |
a grouping variable |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.