sys_PE: Calculate the Proclivity Entropy

View source: R/sys_PE.R

sys_PER 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)

sysAgNPs documentation built on April 4, 2025, 3:27 a.m.