Package: acepack 1.6.1
acepack: ACE and AVAS for Selecting Multiple Regression Transformations
Two nonparametric methods for multiple regression transform selection are provided. The first, Alternating Conditional Expectations (ACE), is an algorithm to find the fixed point of maximal correlation, i.e. it finds a set of transformed response variables that maximizes R^2 using smoothing functions [see Breiman, L., and J.H. Friedman. 1985. "Estimating Optimal Transformations for Multiple Regression and Correlation". Journal of the American Statistical Association. 80:580-598. <doi:10.1080/01621459.1985.10478157>]. Also included is the Additivity Variance Stabilization (AVAS) method which works better than ACE when correlation is low [see Tibshirani, R. 1986. "Estimating Transformations for Regression via Additivity and Variance Stabilization". Journal of the American Statistical Association. 83:394-405. <doi:10.1080/01621459.1988.10478610>]. A good introduction to these two methods is in chapter 16 of Frank Harrell's "Regression Modeling Strategies" in the Springer Series in Statistics. A permutation independence test is included from [Holzmann, H., Klar, B. 2025. "Lancaster correlation - a new dependence measure linked to maximum correlation". Scandinavian Journal of Statistics. 52(1):145-169 <doi:10.1111/sjos.12733>].
Authors:
acepack_1.6.1.tar.gz
acepack_1.6.1.zip(r-4.5)acepack_1.6.1.zip(r-4.4)acepack_1.6.1.zip(r-4.3)
acepack_1.6.1.tgz(r-4.5-x86_64)acepack_1.6.1.tgz(r-4.5-arm64)acepack_1.6.1.tgz(r-4.4-x86_64)acepack_1.6.1.tgz(r-4.4-arm64)acepack_1.6.1.tgz(r-4.3-x86_64)acepack_1.6.1.tgz(r-4.3-arm64)
acepack_1.6.1.tar.gz(r-4.5-noble)acepack_1.6.1.tar.gz(r-4.4-noble)
acepack_1.6.1.tgz(r-4.4-emscripten)acepack_1.5.0.tgz(r-4.3-emscripten)
acepack.pdf |acepack.html✨
acepack/json (API)
NEWS
# Install 'acepack' in R: |
install.packages('acepack', repos = c('https://spgarbet.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 8 days agofrom:3eb131457e. Checks:11 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 13 2025 |
R-4.5-win-x86_64 | OK | Feb 13 2025 |
R-4.5-mac-x86_64 | OK | Feb 13 2025 |
R-4.5-mac-aarch64 | OK | Feb 13 2025 |
R-4.5-linux-x86_64 | OK | Feb 13 2025 |
R-4.4-win-x86_64 | OK | Feb 13 2025 |
R-4.4-mac-x86_64 | OK | Feb 13 2025 |
R-4.4-mac-aarch64 | OK | Feb 13 2025 |
R-4.3-win-x86_64 | OK | Feb 13 2025 |
R-4.3-mac-x86_64 | OK | Feb 13 2025 |
R-4.3-mac-aarch64 | OK | Feb 13 2025 |
Exports:aceacetestavasset_control
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Alternating Conditional Expectations | ace ace.default ace.formula plot.ace print.ace summary.ace |
ACE permutation test of independence | acetest plot.acetest print.acetest summary.acetest |
Additivity and variance stabilization for regression | avas avas.default avas.formula plot.avas print.avas summary.avas |
Set internal parameters that control ACE and AVAS algorithms | set_control |