Skip to content

Commit

Permalink
Tried adding some datasets but can't get it to show after installatio…
Browse files Browse the repository at this point in the history
…n using data("DATASET", package = "Modana"). Is there anything I am missing? @gvegayon @chipmanj
  • Loading branch information
EricAnto0 committed Mar 16, 2023
1 parent 5a66be6 commit b639c32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vignettes/Modana.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit b639c32

@gvegayon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your problem is not declaring the data in the R package. Take a look at the vignette "Documenting other objects" (type vignette("rd-other", package = "roxygen2") in the terminal.) HIH

Please sign in to comment.