lmEntropy | R Documentation |
Method for objects of class LowMACA. It can show the results of entropy analysis
performed on the LowMACA object by the function entropy
lmEntropy(object)
object |
object of class LowMaca |
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
Stefano de Pretis, Giorgio Melloni
entropy
data('lmObj') lmObj <- entropy(lmObj) lmEntropy(lmObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.