describe_pheno | R Documentation |
Describes basic information about the distribution of the symptom combinations frequency. Uses the frequency calculated with the pheno_frequency() function.
describe_pheno(data, frequency = "freq")
data |
a dataframe or matrix |
frequency |
column indicating symptom combinations frequency, default = "freq" |
a matrix indicating the number of unique symptom combinations the frequency of the most common symptom combinations the median frequency of all symptom combinations
## Not run:
desc_pheno <- describe_pheno(data_frequency, frequency = "freq")
desc_pheno
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.