R/le.R

Defines functions le

Documented in le

le <- function(scenario, disc=FALSE)
{
  if (disc==FALSE)
  {
    res <- attr(scenario, "le")
  }else{
    res <- attr(scenario, "leD")
  }
  return(res/attr(scenario, "size"))
}

Try the mSimCC package in your browser

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

mSimCC documentation built on Aug. 22, 2023, 5:07 p.m.