knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

varselTBIC

Lifecycle: experimental

Robust variable selection for REDDA models via TBIC approximation to the integrated likelihood. It is a robust adaptation of the greedy forward search algorithm for discriminant analysis. Based on clustvarsel R package.

Installation

You can install the development version of varselTBIC from GitHub with:

# install.packages("devtools")
devtools::install_github("AndreaCappozzo/varselTBIC")


AndreaCappozzo/varselTBIC documentation built on July 23, 2021, 3:03 a.m.