[ top | up ]

Isotonic Regression

Usage

isoton(x, wt)

Arguments

x a vector containing variable to be isotonized.
wt an optional vector of weights.

Description

Uses the monosm function by B. Brown (on StatLib).

Value

structure with the following components:
y the isotonized y vector.

Examples

isoton(rnorm(10))