predict.plm: Predict method for plm models

Description Usage Arguments

View source: R/predict.R

Description

Obtains predictions from a plm object.

Usage

1
2
## S3 method for class 'plm'
predict(object, newdata, ...)

Arguments

object

a fitted object of class inheriting from "plm".

newdata

optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used.

...

other arguments.


alvarofranq/piecewise documentation built on May 27, 2019, 7:43 a.m.