R/intervalObs.R

### intervalObs: return TRUE/FALSE depending on if the observation was treated
### as an interval or point observation

intervalObs <- function(object)
   UseMethod("intervalObs")

intervalObs.intReg <- function(object) {
   object$param$intervalObs
}

Try the intReg package in your browser

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

intReg documentation built on May 2, 2019, 4:43 p.m.