Nothing
test_that("Test Plots", {
formula <- yn~x
fit_lm <- lm(formula, data = simreg)
glm_fit <- glm(formula = formula, data = simreg)
pd <- predict(fit_lm)
results <- em(fit_lm, latent = 3, verbose = T)
plot(results)
# browser()
dev.off()
# plot(results, by="response")
# dev.off()
plot(results, by = "prob")
dev.off()
# plot(results, by="prob.hist")
# dev.off()
})
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.