You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mamlr/man/metric_gen.Rd

21 lines
483 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/metric_gen.R
\name{metric_gen}
\alias{metric_gen}
\title{Generate performance statistics for models}
\usage{
metric_gen(x)
}
\arguments{
\item{x}{A data frame containing at least the columns "pred" and "tv"}
}
\value{
x, with additional columns for performance metrics
}
\description{
Generate performance statistics for models, based on their predictions and the true values
}
\examples{
metric_gen(x)
}