R/reg.mle.lda.R

Defines functions reg.mle.lda

Documented in reg.mle.lda

reg.mle.lda <- function(xnew, x, ina, lambda) {

  Rfast2::reg.mle.lda(xnew, x, ina, lambda)

}

Try the regda package in your browser

Any scripts or data that you put into this service are public.

regda documentation built on Nov. 7, 2023, 1:07 a.m.