View source: R/generate.example.data.R
generate_ipdma_example | R Documentation |
Generate a simulated IPD-MA data for demonstration
generate_ipdma_example(type = "continuous")
type |
"continuous" for continuous outcome and "binary" for binary outcome |
returns simulated IPD-MA data
ds <- generate_ipdma_example(type = "continuous") head(ds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.