Nothing
# -------------------------------------------------------------------
# - NAME: test_distforest.R
# - AUTHOR: Moritz N. Lang, Lisa Schlosser
# - DATE: 2019-08-12
# -------------------------------------------------------------------
# - PURPOSE: Tests for plausibility of forest
# -------------------------------------------------------------------
context("test of plausibility of distforest()'")
## Check classes
tr <- distforest(dist ~ speed, data = cars)
expect_true(all(class(tr) %in% c("distforest", "constparties", "parties")))
##TODO: (ML) Implement further tests for varimp() etc.
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.