add_plan | R Documentation |
Add additional analysis plan
add_plan(plan, analysis, population, observation, parameter, ...)
plan |
A |
analysis |
A character value of analysis term name. The term name is used as key to link information. |
population |
A character value of population term name. The term name is used as key to link information. |
observation |
A character value of observation term name. The term name is used as key to link information. |
parameter |
A character value of parameter term name. The term name is used as key to link information. |
... |
Additional arguments. |
A data frame containing analysis plans with new plans added.
plan("ae_summary",
population = "apat",
observation = c("wk12", "wk24"), parameter = "any;rel"
) |>
add_plan("ae_specific",
population = "apat",
observation = c("wk12", "wk24"), parameter = c("any", "rel")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.