Nothing
devtools::load_all()
m1 <- '
X =~ x1 + x2 + x3
Y =~ y1 + y2 + y3
Z =~ z1 + z2 + z3
Y ~ X + Z + X:Z
'
testthat::expect_warning(
est <- lavaan::sam(m1, lapplyDf(oneInt, function(x) x - mean(x))),
regex = "*switching to naive*"
)
summary(est)
plot_interaction(x = "X", z = "Z", y = "Y", xz = "X:Z",
vals_z = c(-0.5, 0.5), model = est)
plot_jn(x = "X", z = "Z", y = "Y", model = est)
plot_surface(x = "X", z = "Z", y = "Y", model = est)
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.