Nothing
test_that("native partition complete-case handling keeps infinities", {
part <- NNS.part(
x = c(Inf, Inf, NA_real_, NaN),
y = c(1, 2, 3, 4),
order = 1,
obs.req = 0,
noise.reduction = "median"
)
expect_true(any(is.infinite(part$regression.points$x)))
expect_false(any(is.na(part$regression.points$x)))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.