Browse Source

Update documentation title of `function

pull/3/head
Philipp Baumann 6 years ago
parent
commit
9aa443d9f9
  1. 2
      R/spectra-utils.R
  2. 2
      man/predict_from_spc.Rd
  3. 2
      man/summary_df.Rd

2
R/spectra-utils.R

@ -1,4 +1,4 @@
#' @title Calculate model statistics #' @title Calculate model evaluation metrics
#' @description Calculates model statistics for predicted (y) #' @description Calculates model statistics for predicted (y)
#' vs. observed (y) values #' vs. observed (y) values
#' @param df data.frame with predicted and observed data #' @param df data.frame with predicted and observed data

2
man/predict_from_spc.Rd

@ -22,5 +22,5 @@ column names of model list.
\description{ \description{
Append predictions for a set of responses specified by a list Append predictions for a set of responses specified by a list
of calibration models and a tibble containing preprocessed spectra as of calibration models and a tibble containing preprocessed spectra as
list-columns list-columns.
} }

2
man/summary_df.Rd

@ -2,7 +2,7 @@
% Please edit documentation in R/spectra-utils.R % Please edit documentation in R/spectra-utils.R
\name{summary_df} \name{summary_df}
\alias{summary_df} \alias{summary_df}
\title{Calculate model statistics} \title{Calculate model evaluation metrics}
\usage{ \usage{
summary_df(df, x, y) summary_df(df, x, y)
} }

Loading…
Cancel
Save