R/is.pe3.R

"is.pe3" <-
function(para) {
    if(para$type != "pe3") {
      warning("Parameters are not Pearson Type III parameters")
      return(FALSE)
    }
    return(TRUE)
}
wasquith/lmomco documentation built on April 20, 2024, 7:20 p.m.