Description Usage Arguments Value Author(s) See Also Examples
Calculates the specified quantiles for each group
1 | groupQuants(variables, group, prob, na.rm = FALSE)
|
variables |
matrix or data frame with explanatory variables (may contain missing values) |
group |
vector or factor with group memberships |
prob |
probability value (numeric value between 0 and 1) |
na.rm |
logical indicating whether missing values should be removed |
matrix of group quantiles (with variables in the rows, and groups in the columns)
Gaston Sanchez
groupMeans
, groupVars
,
groupStds
, groupMedians
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.