View source: R/calculate_model_predictions.R
calculate_model_predictions | R Documentation |
This function calculates predictions from model_with_SLR, model_with_CP, model_with_HDD_CDD, and model_with_TOWT
calculate_model_predictions(
training_data = NULL,
prediction_data = NULL,
modeled_object = NULL,
allow_neg_predict = FALSE
)
training_data |
Training dataframe and operating mode dataframe. Output from create_dataframe |
prediction_data |
Prediction dataframe and operating mode dataframe. Output from create_dataframe |
modeled_object |
List with model results. Output from model_with_SLR, model_with_CP, model_with_HDD_CDD, and model_with_TOWT. |
allow_neg_predict |
Boolean determining whether negative predictions are allowed for TOWT models. |
a dataframe with model predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.