tests/testthat/_snaps/cubic.md

test functioning of cubic regression function - nls2

Code
  h1_rounded
Output
  $SSE_cubic
  [1] 84.19294

  $Coef_cubic
  $Coef_cubic$y0
  [1] 2.97

  $Coef_cubic$y1
  [1] 92.98

  $Coef_cubic$a
  [1] 0

  $Coef_cubic$b
  [1] -0.01

  $Coef_cubic$m0
  [1] 0

  $Coef_cubic$m1
  [1] 100

  $Coef_cubic$R2
  [1] 0.99

test functioning of cubic regression function - minpack.lm

Code
  h2_rounded
Output
  $SSE_cubic
  [1] 84.19294

  $Coef_cubic
  $Coef_cubic$y0
  [1] 2.97

  $Coef_cubic$y1
  [1] 92.98

  $Coef_cubic$a
  [1] 0

  $Coef_cubic$b
  [1] -0.01

  $Coef_cubic$m0
  [1] 0

  $Coef_cubic$m1
  [1] 100

  $Coef_cubic$R2
  [1] 0.99


kapsner/PCRBiasCorrection documentation built on June 15, 2025, 4:14 a.m.