correct_yield: Correct yields if they are below the curve

View source: R/utils_estimation.R

correct_yieldR Documentation

Correct yields if they are below the curve

Description

Correct yields if they are below the curve

Usage

correct_yield(
  yield,
  type = "estimate",
  general_fit_coeffs,
  general_fit_var_cov_mat,
  conf_int
)

Arguments

yield

Numeric value of yield.

type

Type of yield calculation. Can be "estimate", "lower", or "upper".

general_fit_coeffs

Generalised fit coefficients matrix.

general_fit_var_cov_mat

Generalised variance-covariance matrix.

conf_int

Curve confidence interval.

Value

Numeric value of corrected yield.


biodosimetry-uab/biodosetools documentation built on Jan. 26, 2024, 5:36 p.m.