From b639c32affcbf8cd96d6455bac8c833f258de477 Mon Sep 17 00:00:00 2001 From: Quamena Date: Thu, 16 Mar 2023 03:25:42 -0600 Subject: [PATCH] Tried adding some datasets but can't get it to show after installation using data("DATASET", package = "Modana"). Is there anything I am missing? @gvegayon @chipmanj --- vignettes/Modana.Rmd | 1 - 1 file changed, 1 deletion(-) diff --git a/vignettes/Modana.Rmd b/vignettes/Modana.Rmd index c882f06..a9cca85 100644 --- a/vignettes/Modana.Rmd +++ b/vignettes/Modana.Rmd @@ -35,7 +35,6 @@ install.packages("../Modana_0.1.0.tar.gz", repos = NULL) library(Modana) ``` - # Simulating data The function `sim_data()` generates simulated data for a randomized controlled trial or an observational study The function takes several arguments including a formula object, data frame, the name of the binary response and binary treatment column in the data, a vector of potential effect modifiers, and other arguments that are passed to the geeglm function. If effect modifiers are specified, the function fits models with interaction terms between the effect modifiers and the treatment variable.