This R Shiny application provides a comprehensive Exploratory Data Analysis (EDA) tool. It is designed to facilitate statistical analysis and data handling, especially focusing on handling missing values and performing various statistical tests.
- Upload CSV files for analysis.
- View the uploaded data in an interactive table format.
- Generate detailed summaries for numeric and non-numeric data.
- Custom function
summaryNEWfor extended statistical summaries.
- Perform Chi-squared tests, T-tests, and Pearson correlation analysis.
- Custom methods for
edatoolclass to handle these tests.
- Reports on missing values in the dataset.
- Options to handle missing values in numeric and non-numeric columns, including deletion of rows/columns or imputation with mean, median, mode, or constant values.
- Organized user interface with separate tabs for different functionalities.
- shiny
- shinydashboard
- DescTools
- stats
- Rcpp
- installr
- e1071
- A new class
edatoolinheriting fromdata.frameis created. - Generic functions and methods for statistical analysis and data handling are defined for the
edatoolclass.
- Automatic installation of required packages if they are not already installed.
- Run the Shiny application script.
- Upload a CSV file using the file input control.
- Explore the various tabs to view data, generate summaries, perform statistical tests, and handle missing values.