Learn R Programming

sysAgNPs (version 1.0.0)

sys_DE: Calculate the Distribution Entropy

Description

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

Usage

sys_DE(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

Arguments

data

A dataframe that contains experimental data.

Examples

Run this code
data(dataset)
users_data <- dataset
DE = sys_DE(users_data)

Run the code above in your browser using DataLab