sys_DE {sysAgNPs}R Documentation

Calculate the Distribution Entropy

Description

Measure the distribution variability of the presence and absence of feature categories.

Usage

sys_DE(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 average value to measure the average uncertainty of feature categories

Examples

data(dataset)
users_data <- dataset
DE = sys_DE(users_data)

[Package sysAgNPs version 1.0.0 Index]