HP_project | R Documentation |
Produces 5 year forecasts out to specified year
HP_project( df_pre = NULL, df_post = NULL, years_out = 20, cwr_df = NULL, ccr_df = NULL )
df_pre |
data frame like object at time t |
df_post |
data frame like object at time t+5 |
years_out |
int how many years out to forecast from t+5 |
cwr_df |
df precalculated CWR values |
ccr_df |
df precalculated CCR values |
data frame object with projected values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.