Description Usage Arguments Value
wrap_single
allows the user to run an anaylsis
on a specific outcome in a specific data set.
1 2 | wrap_single(dataset, outcome_name, response_type, washout = TRUE,
set_to_null = NULL)
|
dataset |
The dataset the analysis will be conducted on. |
outcome_name |
The name of the outcome the analysis will be run on. |
response_type |
The type of model to run. Options are: normal, binomial, poisson, or ordinal. |
washout |
A boolean, which indicates whether a washout period will be used or not. The default is set to TRUE. |
set_to_null |
A string, which indicates how many observations will be set to NA if a washout period is implemented. The default is set to NULL. |
The function returns some useful information about the simulation as well as information about the simulation itself.
system_info |
Provides information about the clincical trial conducted. Contains
|
model_results |
This is a list which contains the data file that was
constructed using |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.