Compute curvature-based (shape) LOQs from an enriched grid
Source:R/detection_limits.R
compute_shape_loq_from_grid.RdIdentifies the lower shape-LOQ as the concentration at the global
maximum of d2y_dx2 and the upper shape-LOQ as the
concentration at the global minimum. Vertex positions are refined
by 3-point parabolic interpolation.
Value
A named list with elements:
shape_lloq_log10log10 concentration at the global maximum of d2y_dx2 (lower shape-LOQ).
shape_uloq_log10log10 concentration at the global minimum of d2y_dx2 (upper shape-LOQ).
shape_lloq_concNatural-scale lower shape-LOQ.
shape_uloq_concNatural-scale upper shape-LOQ.
shape_lloq_responsePredicted response at shape-LLOQ.
shape_uloq_responsePredicted response at shape-ULOQ.
Details
Designed to be called inside assess_model_eligibility() at
Step 3, returning a named list that is merged into the
$eligibility slot.