Workflow functions
Functions, mostly also used by ExPanD, that facilitate a typical exploratory data analysis workflow
|
prepare_missing_values_graph()
|
Prepares a Graph Displaying Missing Values in Panel Data |
treat_outliers()
|
Treats Outliers in Numerical Data |
prepare_descriptive_table()
|
Prepares a Table of Descriptive Statistics |
prepare_ext_obs_table()
|
Prepares a Table Displaying Extreme Observations |
prepare_by_group_bar_graph()
|
Prepares a by Group Bar Graph |
prepare_by_group_trend_graph()
|
Prepares a By Group Trend Graph |
prepare_by_group_violin_graph()
|
Prepares a by Group Violin Graph |
prepare_trend_graph()
|
Prepares a Trend Graph |
prepare_quantile_trend_graph()
|
Prepares a Quantile Trend Graph |
prepare_correlation_table()
|
Prepares a Correlation Table |
prepare_correlation_graph()
|
Prepares a Correlation Graph |
prepare_scatter_plot()
|
Prepares a Scatter Plot |
prepare_regression_table()
|
Prepares a Regression Table |