This repository provides the R code to analyze the survey data collected during the semester Feb-Jun 2025. The analysis includes descriptive statistics, polychoric correlation analysis, exploratory data analysis, confirmatory analysis and regression modeling to understand the relationships between various ecological intelligence factors.
- R version 4.0 or higher
- RStudio ('lavaan', 'psych' packages)
- Survey data in CSV format from Google Forms
- Install R and RStudio from CRAN and RStudio.
- Install the required R packages by running the following commands in RStudio:
install.packages(c("lavaan", "psych", "ggplot2", "dplyr", "tidyr"))- Clone this repository or download the R scripts and data files.
git clone https://github.com/ivanps/Eco-Intelligence.git