predict.GK: Prediction of Marginal Effects

View source: R/predict.GK.R

predict.GKR Documentation

Prediction of Marginal Effects

Description

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

Usage

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

Arguments

object

is the fitted object of class "GK"

...

is expected to contain an argument newdata

Value

a vector pf predicted probabilities


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

Related to predict.GK in RCBR...