R/lowerbound.R

"lowerbound" <-
function(object)
  {
    if(class(object)!="howmany") stop("lowerbound requires object of class 'howmany'")
    return(object$lowerbound)
  }

Try the howmany package in your browser

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

howmany documentation built on May 2, 2019, 4:18 a.m.