predict.nlsur: Predict for Non-Linear Seemingly Unrelated Regression Models

View source: R/nlsur.R

predict.nlsurR Documentation

Predict for Non-Linear Seemingly Unrelated Regression Models

Description

predict() is a function to predict nlsur results.

Usage

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

Arguments

object

is an nlsur estimation result.

newdata

an optional data frame for which the prediction is evaluated.

...

further arguments for predict. At present no optional arguments are used.

Details

predict.nlsur evaluates the nlsur equation(s) given nlsurs estimated parameters using either the original data.frame or newdata. Since nlsur() restricts the data object only to complete cases observations with missings will not be fitted.

Examples

# predict(nlsurObj, dataframe)

JanMarvin/nlsur documentation built on June 24, 2024, 2:58 a.m.