R/Varranges.R

Defines functions Varranges

Documented in Varranges

##==============================================================================
##  Calculates ranges of inverse variables
##==============================================================================

Varranges <- function(lim,...) {

  if (lim$NVariables == 0)
    return(NULL)
  res   <- varranges (lim$A, lim$B,
                      lim$G, lim$H,
                      lim$VarA, lim$VarB, ...)
  rownames(res)<-lim$Variables

  return(res)
}

Try the LIM package in your browser

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

LIM documentation built on May 11, 2022, 5:05 p.m.