predictModel: Predict

Description Usage Arguments Value

Description

Given an R Object and new data, make predictions. Implemented here because R CRAN package quantmod function predictModel is not exported.

Given an R Object and new data, make predictions. Implemented here because R CRAN package quantmod function predictModel is not exported.

Usage

1
2
3

Arguments

object

R Object. Default is none. Required. Machine Learning object.

data

New Data. Default is none. Required.

...

Dots Passed.

Value

Prediction.

Prediction.


AndreMikulec/econModel documentation built on June 30, 2021, 9:48 a.m.