R/muS2RC.R

Defines functions `MC`

# Some functions that were previously in package muS2RC
#   "Splus to R Compatibility for package muStat"
# Authors of muS2RC are Knut M. Wittkowski and Tingting Song
# Modifications here by Tim Hesterberg.
`MC` <- function(f, env = NULL) {
      # MC stands for "make closure". It allows the same function to
      # be used in S-PLUS and R, avoiding scoping problems in the
      # former.
      f
}

Try the splus2R package in your browser

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

splus2R documentation built on May 29, 2024, 7:29 a.m.