prediction_append: To attach and compare new method to existing comparison study...

Description Usage Arguments Value Examples

View source: R/prediction_append.R

Description

To attach and compare new method to existing comparison study done with function 'impute_errors()'

Usage

1
2
prediction_append(existing_method, dataIn, nextVal, errorParameter, MethodPath,
  MethodName)

Arguments

existing_method

as Error observations for different methods

dataIn

as imput time series for testing

nextVal

as an integer to decide number of values to predict

errorParameter

as type of error calculation (RMSE, MAE or MAPE)

MethodPath

as location of function for proposed imputation method

MethodName

as name for function for proposed imputation method

Value

Returns error comparosin for imputation methods

Examples

1
#Kindly, refer "Vignette" document

PredictTestbench documentation built on May 30, 2017, 3:13 a.m.