mean_prediction: mean prediction for data that isnt very good

Description Usage Arguments Value Examples

View source: R/par_catch_all.R

Description

mean prediction for data that isnt very good

Usage

1
mean_prediction(df, steps = 3)

Arguments

df

the dataframe you want to predict with the mean

steps

the number of steps you are looking forward

Value

a data frame of your predictions

Examples

1
2
3
4
## Not run: 
test_model <- mean_prediction(mtcars, steps=3)

## End(Not run)

ryanbieber/Time-Series-Catch-All documentation built on Oct. 13, 2020, 9:59 a.m.