R/boundaries.R

### Boundaries: return the set of interval boundaries used in the model
### Note that these may be overlap in case of observation-specific boundaries
boundaries <- function(object)
   UseMethod("boundaries")

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

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.