create_metric_data.Rd 437 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/metrics.R
  3. \name{create_metric_data}
  4. \alias{create_metric_data}
  5. \title{Prepare dataframe for metrics calculation.}
  6. \usage{
  7. create_metric_data(fcst)
  8. }
  9. \arguments{
  10. \item{fcst}{Dataframe output of `predict`.}
  11. }
  12. \value{
  13. A dataframe only with y and yhat as a column.
  14. }
  15. \description{
  16. Prepare dataframe for metrics calculation.
  17. }
  18. \keyword{internal}