sys_PE | R Documentation |
Measure the preference of feature categories.
sys_PE(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 expected value to measure the average description level across different feature categories.
data(dataset)
users_data <- dataset
PE = sys_PE(users_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.