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


Try the rBiasCorrection package in your browser

Any scripts or data that you put into this service are public.

rBiasCorrection documentation built on April 12, 2025, 1:16 a.m.