tests/testthat/_snaps/MeasureEuclidean.md

Function returns correct values

Code
  MeasureEuclidean(value1 = testFN1, value2 = testFN2)
Output
  [1] 10.33333
Code
  MeasureEuclidean(value1 = testFN3, value2 = testFN4, trapezoidal = FALSE)
Output
  [1] 6.666667
Code
  MeasureEuclidean(value1 = testFN1c, value2 = testFN2c)
Output
  [1] 10.33333
Code
  MeasureEuclidean(value1 = testFN3c, value2 = testFN4c, trapezoidal = FALSE)
Output
  [1] 6.666667


Try the FuzzyImputationTest package in your browser

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

FuzzyImputationTest documentation built on April 3, 2025, 9:23 p.m.