View source: R/disease_expose.R
disease_expose | R Documentation |
disease_expose
ObjectCreates an object of class disease_expose
with the data provided and selected in the Shiny gadget
disease_expose(x)
x |
The |
An object of class disease_expose
and data.frame
containing binary variables for disease and exposure data
## Not run: de_data <- disease_expose_data # use the example data in the package cleaned_de_data <- clean_disease_expose(data = de_data, disease = "disease", noDisease = "No", exposures = c("exposure1", "exposure2", "exposure3")) # clean the data using specific columns in the dataset de_object <- disease_expose(cleaned_de_data) # simply call the function and select specifics in the Shiny gadget that pops up ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.