intervals: return interval boundaries for each observation

Description Usage Arguments Value Author(s)

Description

find interval boundaries for estimated interval regression models.

Usage

1
intervals(object)

Arguments

object

'intReg' object, or a list or data frame. List (and data frame) must contain either: a component ‘yInt’, factor in the form (LB, UB) (brackets instead of parentheses are allowed) where ‘LB’ and ‘UB’ are numeric values for lower and upper bound; or numeric components ‘LB’ and ‘UB’. Output from cut is suitable for the first form. If both forms are present, the former is used.

Value

a matrix with columns ‘LB’ and ‘UB’ for lower and upper bound respectively.

Author(s)

Ott Toomet


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