Learn R Programming

LowMACA (version 1.4.2)

lmEntropy: Show Entropy Information Contained in a LowMACA object

Description

Method for objects of class LowMACA. It can show the results of entropy analysis performed on the LowMACA object by the function entropy

Usage

lmEntropy(object)

Arguments

object
object of class LowMaca

Value

A list containing the following elements:
  • bw a numeric value that represents the bandwidth used to calculate the Shannon entropy score
  • uniform an object of class function that was used to calculate the score
  • absval a numeric value representing the Shannon entropy of the sample data
  • log10pval a numeric value representing the pvalue of the Shannon entropy score against a gamma distribution with same mean and variance as the empirical uniform distribution in -log10 scale
  • pvalue a numeric value representing the pvalue of the Shannon entropy score against a gamma distribution with same mean and variance as the empirical uniform distribution

See Also

entropy

Examples

Run this code
data('lmObj')
lmObj <- entropy(lmObj)
lmEntropy(lmObj)

Run the code above in your browser using DataLab