bounds.KW2 {RCBR}R Documentation

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, ...)

Arguments

object

is the fitted NPMLE object

...

is expected to contain an argument newdata

Value

a list consisting of the following components:

phat

Point prediction

lower

lower bound prediction

upper

upper bound prediction

xpoly

indices of crossed polygons

Author(s)

Jiaying Gu

See Also

predict.KW2 for a simpler prediction function without bounds


[Package RCBR version 0.6.2 Index]