project_yield: Project yield into dose-effect fitting curve

View source: R/utils_estimation.R

project_yieldR Documentation

Project yield into dose-effect fitting curve

Description

Project yield into dose-effect fitting curve

Usage

project_yield(
  yield,
  type = "estimate",
  general_fit_coeffs,
  general_fit_var_cov_mat = NULL,
  protracted_g_value = 1,
  conf_int = 0.95
)

Arguments

yield

Yield to be projected.

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.

protracted_g_value

Protracted G(x) value.

conf_int

Curve confidence interval, 95% by default.

Value

Numeric value of projected dose.


biodosimetry-uab/biodosetools documentation built on Nov. 28, 2024, 10:12 a.m.