View source: R/ci_two_mean_theo.R
Helper for the inference() function
| 1 2 | ci_two_mean_theo(y, x, conf_level, y_name, x_name, show_var_types,
  show_summ_stats, show_res, show_eda_plot, show_inf_plot)
 | 
| y | Response variable, can be numerical or categorical | 
| x | Explanatory variable, categorical (optional) | 
| conf_level | confidence level, value between 0 and 1 | 
| y_name | Name of response variable as a character string (passed from inference function) | 
| x_name | Name of explanatory variable as a character string (passed from inference function) | 
| show_var_types | print variable types, set to verbose by default | 
| show_summ_stats | print summary stats, set to verbose by default | 
| show_res | print results, set to verbose by default | 
| show_eda_plot | print EDA plot, set to verbose by default | 
| show_inf_plot | print inference plot, set to verbose by default | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.