Skip to contents

Get a calibration regression results

Usage

get_calibration_results(
  data,
  qc_types,
  with_lod = TRUE,
  with_loq = TRUE,
  with_bias = TRUE,
  with_coefficients = TRUE,
  with_sigma = TRUE
)

Arguments

data

MidarExperiment object

qc_types

QC types to be included in the results, aside of CAL. Default is all QC types.

with_lod

Include the limit of detection (LoD) in the results

with_loq

Include the limit of quantification (LoQ) in the results

with_bias

Include the bias in the results

with_coefficients

Include the regression coefficients in the results

with_sigma

Include the residual standard error in the results