norm_run_err: Calculate normalization error

View source: R/normalization.R

norm_run_errR Documentation

Calculate normalization error

Description

Calculate normalization error

Usage

norm_run_err(
  sample,
  standard,
  sample_err,
  standard_err,
  stdrat = 1.0398,
  stdrat_err = 6e-04
)

Arguments

sample

The normalized Fm of the sample

standard

The normalized Fm of the standard

sample_err

The error of the sample

standard_err

The error of the standard

stdrat

The known ratio of the standard

stdrat_err

The error of the known ratio of standard

Value

The propagated error of the normalized sample


blongworth/amsdata documentation built on June 15, 2022, 5:35 p.m.