Publications by Nirmal Ghimire, K-16 Literacy Center

Mind the Gap: Unveiling Educational Divides in PISA 2018 - A Tale of Top and Bottom Performers

13.09.2024

Student Data Modeling for Top 5 and Bottom 5 Countries Nirmal Ghimire, Ph.D. https://www.linkedin.com/in/nirmal-ghimire-5b96a034/ (Watson College of Education, University of North Carolina Wilmington)https://www.uncw.edu/ed/ 2024-09-13 A. Data Structure and Diemnsions [1] 67946 1122 [1] 67946 14 Classes 'data.table' and 'data.frame': ...

3586 sym Python (5356 sym/11 pcs) 5 img

Comprehensive Text Mining and Natural Language Processing Analysis of a Ph.D. Dissertation: Insights from Multi-Faceted Linguistic Exploration

12.07.2024

Introduction of the Project This project aims to conduct a comprehensive linguistic analysis of a Ph.D. dissertation using advanced text mining and natural language processing techniques. By employing a diverse set of analytical methods, including word frequency analysis, sentiment analysis, topic modeling, named entity recognition, and readab...

18322 sym Python (3200 sym/4 pcs) 4 img

Profiling

08.05.2024

...

3 sym

Complete Propensity Score Matching with Simulated Data

13.09.2023

Required Packages library(ggplot2) # For creating data visualizations. library(tidyverse) # A collection of packages for data manipulation and visualization. library(dplyr) # For data manipulation and analysis. library(cobalt) # For assessing balance in covariates before and after matching. library(twang) # For propensity score weighting and ana...

6905 sym 3 img

Multiple Correspondence Analysis (MCA) in Educational Data

05.09.2023

Multiple Correspondence Analysis (MCA) in Educational Data Nirmal Ghimire, Ph.D. https://www.linkedin.com/in/nirmal-ghimire-5b96a034/ (K-16 Literacy Center at University of Texas at Tyler)https://www.uttyler.edu/education/literacy-center/ 2023-09-05 Contents MCA for Analyzing Educational Data: An Example Workout A. Reading for Academic Purpos...

10002 sym Python (35217 sym/26 pcs) 11 img

Scrapping Google Scholar Using R

10.08.2023

Loading Required Libraries library(RSelenium) library(rvest) library(stringr) Path to Googe Chrome Driver Set the system property for the chromedriver executable path This is necessary for the Java-based Selenium server used by RSelenium. Sys.setenv(CHROME_DRIVER_PATH = my_path) Start the Selenium server and open the Chrome browser open_brows...

366 sym R (952 sym/7 pcs)

Time Series Analysis

23.04.2023

Time Series Analysis Nirmal Ghimire, Ph.D. https://www.linkedin.com/in/nirmal-ghimire-5b96a034/ (K-16 Literacy Center at University of Texas at Tyler)https://www.uttyler.edu/education/literacy-center/ 2023-04-23 Packages Loading Data STD_ID PST_ID TIME GRD_LVL GENDER ETHNICITY MINORITY SES 1 F16_T1_1 F2016_1 0 3 Female...

13808 sym 17 img

Linear Model, Quadratic Model, Cubic Model, Periodic Signal

12.04.2023

Data Year Month Date_Excel Date CO2_ppm s_adj_ppm fit_ppm s_adj_fit_ppm CO2_filled_ppm 1 1958 2 21231 1958.126 -99.99 -99.99 -99.99 -99.99 -99.99 2 1958 3 21259 1958.203 315.70 314.43 316.19 314.90 315.70 3 1958 4 21290 1958.288 317.45 315.16 317.30 314.98 ...

674 sym 8 img

Missing Data Imputation and Getting Ready for Real analysis

23.03.2023

Composite Study for AERA Nirmal Ghimire, Ph.D. https://www.linkedin.com/in/nirmal-ghimire-5b96a034/ (K-16 Literacy Center at University of Texas at Tyler)https://www.uttyler.edu/education/literacy-center/ 2023-03-23 Contents A. Loading Data and Getting them Ready for Analysis 1. School, Student Background, and Student Home ICT Data Together ...

2008 sym R (17520 sym/37 pcs) 5 img

Using ChatGPT in R

03.03.2023

Personal ChatGPT Setup Nirmal Ghimire, Ph.D. https://www.linkedin.com/in/nirmal-ghimire-5b96a034/ (K-16 Literacy Center at University of Texas at Tyler)https://www.uttyler.edu/education/literacy-center/ 2023-03-03 Required Libraries For most basic response extraction we just need {httr} package in R. But, the output will be very messy. For exa...

1380 sym