Learn R Programming

RCBR (version 0.6.2)

bounds.KW2: Prediction of Bounds on Marginal Effects

Description

Given a fitted model by the exact NPMLE procedure prediction is made at a new design point with lower and upper bounds for the prediction due to ambiguity of the assignment of mass within the cell enumerated polygons.

Usage

bounds.KW2(object, ...)

Value

a list consisting of the following components:

phat

Point prediction

lower

lower bound prediction

upper

upper bound prediction

xpoly

indices of crossed polygons

Arguments

object

is the fitted NPMLE object

...

is expected to contain an argument newdata

Author

Jiaying Gu

See Also

predict.KW2 for a simpler prediction function without bounds