Description Usage Arguments Value Examples
View source: R/nof1gen.summary.R
raw_graphs
allows the user to create a specific table or graph
for an outcome. Possible graphs include: time_series_plot, frequency_plot,
stacked_percent_barplot, and raw_table.
1 2 3 |
graph |
A string which specifies the specific table or graph to construct. Options include: time_series_plot, frequency_plot, stacked_percent_barplot, and raw_table. |
multiple |
A boolean that indicates if the |
outcome_name |
A string that indicates the name of the outcome we wish to graph |
model_result |
The analysis we want to make the graphs for. It is
the output of |
... |
Specific paramaters depending on table or graph to constuct |
Returns one of the following graphs: time series plot, frequency plot, stacked percent barplot, or raw table for the inputed data.
1 2 | raw_graphs("raw_table", all_result_afib, TRUE, "afib_episode_yn")
raw_graphs("frequency_plot", result_afib)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.