| change_output_col_pos | Function places the dependent variable as the first/last... |
| convert_all_numeric | Function that converts all of the variables into numeric type |
| count_keys_per_group | Function that counts number of observation of key based on... |
| count_per_group | Function that counts number of rows and percentage based on... |
| encoding_col | Function that converts the given columns' values into... |
| factor_func | Function that converts all of the variables listed into... |
| glm_model | Function to print logistic regression model using formula |
| glm_model_1var | Function writes a logistic regression model |
| handle_NA | Function replace NAs with 0 for integers and replace NAs with... |
| handle_name | Function renames the column so that values such as NA are... |
| install_packages | Function to load packages already installed otherwise install... |
| is_date | Function checks whether a variable in the data is of date... |
| join_summary | Function combines the summary of date and numeric variables |
| load_datatable | Function to load a file: replaces blank space by NA using... |
| load_excel | Function to load excel file: check if there are duplicate... |
| log_odds_prob | Function takes logistic model and converts the coeficients in... |
| make_formula | This function loads packages without warnings |
| make_formula_1var | Function converts text format into formula format |
| odds_coef | Function takes logistic model and converts the coeficients in... |
| packages | usage |
| plot_rcor | This function plots the correlationship between variables,... |
| quietly_packages | Function to load packages without warnings |
| remove_duplicate_rows | Function that removes any duplicate rows |
| replace_NA | Function to replace "NA" because NA as string is not treated... |
| save_data | Function saves the data, useful after data wrangling and... |
| single_combn | This function produces all combinations of variables with the... |
| summary_dates | Function compute basic statistics for date types |
| summary_dcount | Function count the number of unique values in each variable |
| summary_logicals | Function counts the number of TRUE and FALSE for logical type |
| summary_numbers | Function compute basic statistics for numeric types |
| tidy_packages | Function to load packages already installed otherwise install... |
| tidy_summary | Function to print tidy version of "summary" function |
| trans_vars_func | This function creates a column with formula for the dependent... |
| unique_keys_more | Function that prints distinct values based on more than one... |
| unique_keys_one | Function that prints distinct values based on one variable |
| z_score_transform | Function standarizes all the independent variables (convert... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.