Learn R Programming

rstpm2 (version 1.2.2)

predictnl: Generic function for non-linear prediction.

Description

Generic function for non-linear prediction.

Usage

predictnl(object, ...)

Arguments

object
Regression object.
...
Other arguments.

Examples

Run this code
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (object, ...) 
UseMethod("predictnl")

Run the code above in your browser using DataLab