R/BSSprep.R

Defines functions BSSprep

Documented in BSSprep

# a wrapper for BSSprep
BSSprep <- function(X) {
  .Call("PREPBSS", X, PACKAGE = "BSSprep") #calling the function PREPBSS
}

Try the BSSprep package in your browser

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

BSSprep documentation built on March 29, 2021, 5:11 p.m.