R/nest_Total.R

Defines functions nest_Total

nest_Total <- function(.l, .NestedEquation){
  if(is.null(names(.l))){
    stop(".l must have names!")
  }

  list2env(.l, envir = environment())

  eval(parse(text = .NestedEquation))
}
MarceloRTonon/montgomeRy documentation built on April 21, 2022, 3:57 a.m.