intervalObs: which observations are treated as interval/point observations

Description Usage Arguments Value Author(s)

Description

intervalObs returns which observations are treated as interval or point observations when estimating “intReg” objects. minIntervalWidth returns the minimal width under which the intervals are treated as point observations.

Usage

1
2
3
4
## S3 method for class 'intReg'
intervalObs(object)
## S4 method for signature 'intReg'
minIntervalWidth(object, ...)

Arguments

object

“intReg” object

...

currently ignored

Value

intervalObs returns a logical vector, which observations are treated as interval observations. Others are treated as point observations. Infinite intervals, such as [a, \code{Inf}) are treated as interval observations.

minIntervalWidth returns the minimal interval width under which the observations are treated as point observations. It is the same number as supplied by minIntervalWidth argument to intReg.

Author(s)

Ott Toomet


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