predict.KW2: Prediction of Marginal Effects

View source: R/predict.KW2.R

predict.KW2R Documentation

Prediction of Marginal Effects

Description

Given a fitted model by the rcbr NPMLE procedure predictions are made at new design points given by the newdata argument.

Usage

## S3 method for class 'KW2'
predict(object, ...)

Arguments

object

is the fitted NPMLE object

...

is expected to contain an argument newdata

Value

a vector pf predicted probabilities

See Also

bound.KW2 for a prediction function with bounds


RCBR documentation built on Nov. 8, 2023, 5:08 p.m.

Related to predict.KW2 in RCBR...