Learn R Programming

predtoolsTS (version 0.1.1)

postp: Post-processing of pre-processed data

Description

Using the prep data we undo the changes on a pred object.

Usage

postp(prd, pre)

Arguments

prd

A pred object.

pre

A prep object.

Value

A pred object with reverted transformations.

See Also

pred prep, postp.homogenize.log, postp.homogenize.boxcox, postp.detrend.differencing, postp.detrend.sfsm, postp.deseason.differencing

Examples

Run this code
# NOT RUN {
preprocess <- prep(AirPassengers)
prediction <- pred(modl(preprocess),n.ahead=30)
postp.prediction <- postp(prediction,preprocess)
# }

Run the code above in your browser using DataLab