Nothing
skip("Equality constraints are supported in est_change_raw_approx()")
library(testthat)
library(lavaan)
library(semfindr)
# A path model
# fixed.x: TRUE (default)
# Labelled: Some are labelled
# User-defined parameters: At least one
mod <-
'
m1 ~ a2 * iv1 + a2 * iv2
dv ~ b * m1
a1b := a2 * b
'
dat <- pa_dat
dat0 <- dat
fit0 <- lavaan::sem(mod, dat0)
# test_that("Error if equality constraints", {
# expect_error(raw_approx2 <- est_change_raw_approx(fit0))
# })
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.