sys_DE | R Documentation |
Measure the distribution variability of the presence and absence of feature categories.
sys_DE(data)
data |
A dataframe that contains experimental data. |
A dataframe including 1. the number of feature in a certain category; 2. the total number of features in the sample; 3. the average value to measure the average uncertainty of feature categories
data(dataset)
users_data <- dataset
DE = sys_DE(users_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.