Streamlining spectral data processing and modeling for spectroscopy applications
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.

19 lines
439 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/spectra-utils.R
\name{summary_df}
\alias{summary_df}
\title{Calculate model evaluation metrics}
\usage{
summary_df(df, x, y)
}
\arguments{
\item{df}{data.frame with predicted and observed data}
\item{x}{column with observed values}
\item{y}{column with predicted values}
}
\description{
Calculates model statistics for predicted (y)
vs. observed (y) values
}