Nothing
skip_on_cran()
skip_if_not_installed("logitr")
test_that("model_parameters.logitr", {
data(yogurt, package = "logitr")
m <- logitr::logitr(
data = yogurt,
outcome = "choice",
obsID = "obsID",
pars = c("feat", "brand"),
scalePar = "price",
numMultiStarts = 5
)
params <- model_parameters(m, verbose = FALSE)
expect_snapshot(params, variant = "windows")
params <- model_parameters(m, verbose = FALSE, ci_method = "residual")
expect_snapshot(params, variant = "windows")
})
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.