diff --git a/R/spectra-utils.R b/R/spectra-utils.R index e501525..fa272d3 100644 --- a/R/spectra-utils.R +++ b/R/spectra-utils.R @@ -1,4 +1,4 @@ -#' @title Calculate model statistics +#' @title Calculate model evaluation metrics #' @description Calculates model statistics for predicted (y) #' vs. observed (y) values #' @param df data.frame with predicted and observed data diff --git a/man/predict_from_spc.Rd b/man/predict_from_spc.Rd index 5ce13f4..58b852f 100644 --- a/man/predict_from_spc.Rd +++ b/man/predict_from_spc.Rd @@ -22,5 +22,5 @@ column names of model list. \description{ Append predictions for a set of responses specified by a list of calibration models and a tibble containing preprocessed spectra as -list-columns +list-columns. } diff --git a/man/summary_df.Rd b/man/summary_df.Rd index 53b29a3..6359ba3 100644 --- a/man/summary_df.Rd +++ b/man/summary_df.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/spectra-utils.R \name{summary_df} \alias{summary_df} -\title{Calculate model statistics} +\title{Calculate model evaluation metrics} \usage{ summary_df(df, x, y) }