Description Usage Arguments Value Examples
Replace a subset of features with a single score representing the geometric mean for each subject across those features. Do NOT pass standardized data.
1 | fcdr_breadth_score(fc, to_condense, name = NULL)
|
fc |
The Fc Array data frame. |
to_condense |
A vector of strings of features that you want to collapse into a single score. |
name |
An optional name parameter to specify for the new score feature. Otherwise, the members of to_condense will be presumed to be of a similar class, and the first substring of the first feature (when split by [.]) will be prepended to "_score". |
The Fc Array data frame, with the features provided replaced with a single score.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.