Description Usage Arguments Value Author(s)
Takes a vector of fiscal or calendar periods and returns a vector of dates, the first date of each month
1 2 3 | longFormPreformance(mydata, nameKey = "FinancialSubdivisionName",
valueCol = "PaymentAmount", timeCol = "CalendarPeriod",
forcastInicatorCol = "forecastIncator")
|
mydata |
data frame with actual and forecasted data in long form |
nameKey |
column name that is the primary key for the forecast (ie bottom level) |
valueCol |
column names that has the forecats and actuals vales |
timeCol |
column with the time reference (intersection become the validation set) |
forcastInicatorCol |
logical, TRUE == is a forecasted value, FALSE = is actyual |
a dataframe of preformance metrics
Matthew Davis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.