Skip to contents

Quantify data using the mcrals statistical model and concentrations.

Usage

StatisticMethod_Quantify_mcrals(
  regression = "linear",
  concentrations = NA_real_
)

Arguments

regression

A character string indicating the type of regression to be used. Default is "linear". Possible values are "linear", "poly2" or "poly3".

concentrations

Numeric of the same length as analyses with the concentrations to be used for quantification. When concentration is not known or not available, use NA_real_.

Value

A StatisticMethod_Quantify_mcrals object.