R/is.gov.R

"is.gov" <-
function(para) {
    if(para$type != "gov") {
      warning("Parameters are not Govindarajulu parameters")
      return(FALSE)
    }
    return(TRUE)
}

Try the lmomco package in your browser

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

lmomco documentation built on May 29, 2024, 10:06 a.m.