sys_PE {sysAgNPs}R Documentation

Calculate the Proclivity Entropy

Description

Measure the preference of feature categories.

Usage

sys_PE(data)

Arguments

data

A dataframe that contains experimental data.

Value

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.

Examples

data(dataset)
users_data <- dataset
PE = sys_PE(users_data)

[Package sysAgNPs version 1.0.0 Index]