Description Usage Arguments Value Author(s)
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.
1 2 3 4 | ## S3 method for class 'intReg'
intervalObs(object)
## S4 method for signature 'intReg'
minIntervalWidth(object, ...)
|
object |
“intReg” object |
... |
currently ignored |
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.
Ott Toomet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.