combine_pred_act: Combined Prediction and Actual Results

Description Usage Arguments Value

Description

This function takes a list of predicted results and a list of actual results, appropriately combines them, and returns the results

Usage

1
combine_pred_act(pred_list, act_list, geography)

Arguments

pred_list

A list of predicted results from create_pred()

act_list

A list of actual results from the database.

geography

A character scalar. In: c("usa", "can", "jap", "lt", "uk", "ger", "fra", "cmg", "iEUR").

Value

A list of combined prediction and actual results.


alexWhitworth/concord documentation built on May 11, 2019, 11:25 p.m.