R/discrim_linear_MASS.R

#' Linear discriminant analysis via MASS
#'
#' [MASS::lda()] fits a model that estimates a multivariate
#'  distribution for the predictors separately for the data in each class
#'  (Gaussian with a common covariance matrix). Bayes' theorem is used
#'  to compute the probability of each class, given the predictor values.
#'
#' @includeRmd man/rmd/discrim_linear_MASS.md details
#'
#' @name details_discrim_linear_MASS
#' @keywords internal
NULL

# See inst/README-DOCS.md for a description of how these files are processed
topepo/parsnip documentation built on April 16, 2024, 3:23 a.m.