Nothing
skip_on_cran()
skip_if_not_installed("semTools")
library(testthat)
library(manymome)
fn <- system.file("extdata", "mi_test_data.RData", package = "manymome")
load(fn)
test_that("lav_data_used with mi", {
expect_true(all.equal(lav_data_used(fit_cat_mi),
lav_data_used(fit_cat_lav)))
expect_true(all.equal(lav_data_used(fit_cat_mi, drop_colon = FALSE),
lav_data_used(fit_cat_lav, drop_colon = FALSE)))
expect_true(all.equal(lav_data_used(fit1_mi),
lav_data_used(fit1_lav)))
expect_true(all.equal(lav_data_used(fit1_mi, drop_colon = FALSE),
lav_data_used(fit1_lav, drop_colon = FALSE)))
expect_true(all.equal(lav_data_used(fit_lv_mi),
lav_data_used(fit_lv_lav)))
expect_true(all.equal(lav_data_used(fit_lv_mi, drop_colon = FALSE),
lav_data_used(fit_lv_lav, drop_colon = FALSE)))
})
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.