pheno_frequency | R Documentation |
Determines the frequency of each unique symptom combinations in the dataframe
pheno_frequency(data, target_columns = tidyselect::starts_with("v_bin"))
data |
The dataset, containing v_bin columns (of binarized set) |
target_columns |
The columns which include the variables of the symptom combinations
default = starts_with("v_bin"), using the output of |
A dataframe containing the frequency of each symptom combinations and the sum of the values of all the variables constituting the symptom combinations The output has as many rows as symptom combinations.
## Not run:
data_frequency <- pheno_frequency(data_binarized, target_columns = tidyselect::starts_with("v_bin"))
data_frequency
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.