| 12345678910111213141516171819 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/metrics.R
- \name{create_metric_data}
- \alias{create_metric_data}
- \title{Prepare dataframe for metrics calculation.}
- \usage{
- create_metric_data(fcst)
- }
- \arguments{
- \item{fcst}{Dataframe output of `predict`.}
- }
- \value{
- A dataframe only with y and yhat as a column.
- }
- \description{
- Prepare dataframe for metrics calculation.
- }
- \keyword{internal}
|