View source: R/nof1gen.summary.R
result_graphs
allows the user to create a specific table or graph
for an outcome. Possible graphs include: kernel density plot, odds ratio plot,
and probability barplot.
1 2 3 |
graph |
A string which specifies the specific table or graph to construct. Options include: kernel_density, odds_ratio_plot, probability_barplot. |
model_result |
The analysis we want to make the graphs for. It is
the output of |
multiple |
A boolean that indicates if the |
outcome_name |
A string that indicates the name of the outcome we wish to graph |
... |
Specific paramaters depending on table or graph to constuct #' @return Returns one of the following graphs: kernel density plot, odds ratio plot, and probability barplot for the model data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.