ordinalForest: Ordinal Forests: Prediction and Variable Ranking with Ordinal Target Variables

The ordinal forest (OF) method allows ordinal regression with high-dimensional and low-dimensional data. After having constructed an OF prediction rule using a training dataset, it can be used to predict the values of the ordinal target variable for new observations. Moreover, by means of the (permutation-based) variable importance measure of OF, it is also possible to rank the covariates with respect to their importance in the prediction of the values of the ordinal target variable. OF is presented in Hornung (2020). NOTE: Starting with package version 2.4, it is also possible to obtain class probability predictions in addition to the class point predictions. Moreover, the variable importance values can also be based on the class probability predictions. Preliminary results indicate that this might lead to a better discrimination between influential and non-influential covariates. The main functions of the package are: ordfor() (construction of OF) and predict.ordfor() (prediction of the target variable values of new observations). References: Hornung R. (2020) Ordinal Forests. Journal of Classification 37, 4–17. <doi:10.1007/s00357-018-9302-x>.

Version: 2.4-3
Imports: Rcpp (≥ 0.11.2), combinat, nnet, verification
LinkingTo: Rcpp
Published: 2022-11-30
Author: Roman Hornung
Maintainer: Roman Hornung <hornung at ibe.med.uni-muenchen.de>
License: GPL-2
NeedsCompilation: yes
CRAN checks: ordinalForest results

Documentation:

Reference manual: ordinalForest.pdf

Downloads:

Package source: ordinalForest_2.4-3.tar.gz
Windows binaries: r-devel: ordinalForest_2.4-3.zip, r-release: ordinalForest_2.4-3.zip, r-oldrel: ordinalForest_2.4-3.zip
macOS binaries: r-release (arm64): ordinalForest_2.4-3.tgz, r-oldrel (arm64): ordinalForest_2.4-3.tgz, r-release (x86_64): ordinalForest_2.4-3.tgz
Old sources: ordinalForest archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=ordinalForest to link to this page.