R/LGB.R

Defines functions LGB

Documented in LGB

LGB <- function(Beta, alpha=.05,rpt=TRUE, plt=TRUE, pltl=TRUE) {
s<-LGBc(Beta,alpha,rpt,plt,pltl)
}

Try the daewr package in your browser

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

daewr documentation built on Sept. 9, 2023, 9:06 a.m.