https://github.com/cran/FunChisq
Raw File
Tip revision: 912c652f043c2ce9a34992fa4a8aaaf39eed9d01 authored by Joe Song on 02 May 2017, 15:17:03 UTC
version 2.4.3
Tip revision: 912c652
DESCRIPTION
Package: FunChisq
Type: Package
Version: 2.4.3
Date: 2017-05-02
Title: Chi-Square and Exact Tests for Non-Parametric Functional
        Dependencies
Authors@R: c(person("Yang", "Zhang", role = "aut"),
	           person("Hua", "Zhong", role = "aut"),
             person("Ruby", "Sharma", role = "aut"),
	           person("Sajal", "Kumar", role = "aut"),
	           person("Joe", "Song", role = c("aut", "cre"),
		                email = "joemsong@cs.nmsu.edu"))
Author: Yang Zhang [aut], Hua Zhong [aut], Ruby Sharma [aut], Sajal Kumar [aut], Joe Song [aut, cre]
Maintainer: Joe Song <joemsong@cs.nmsu.edu>
Description: Statistical hypothesis testing methods for
 non-parametric functional dependencies using asymptotic
 chi-square or exact distributions. Functional chi-squares are
 asymmetric and functionally optimal, unique from other related
 statistics. Tests in this package reveal evidence for causality 
 based on the causality-by-functionality principle. They include
 asymptotic functional chi-square tests, an exact functional
 test, a comparative functional chi-square test, and also a
 comparative chi-square test. The normalized non-constant
 functional chi-square test was used by Best Performer
 NMSUSongLab in HPN-DREAM (DREAM8) Breast Cancer Network
 Inference Challenges. For continuous data, these tests offer an
 advantage over regression analysis when a parametric functional
 form cannot be assumed; for categorical data, they provide a
 novel means to assess directional dependencies not possible with
 symmetrical Pearson's chi-square or Fisher's exact tests.
License: LGPL (>= 3)
Depends: R (>= 3.0.0)
Imports: Rcpp, stats
LinkingTo: BH, Rcpp
Suggests: Ckmeans.1d.dp, testthat, knitr, rmarkdown
NeedsCompilation: yes
URL: https://www.cs.nmsu.edu/~joemsong/publications
LazyData: TRUE
VignetteBuilder: knitr
Packaged: 2017-05-02 16:04:26 UTC; joemsong
Repository: CRAN
Date/Publication: 2017-05-02 16:17:03 UTC
back to top