Posts

Testing EdSurvey, WeMix, Dire, MICE and Other Important R packages with Sample Educational Research PART 3

Image
  Part III               Part I          Part II AUTHOR AFFILIATION Nirmal Ghimire, Ph.D. K-16 Literacy Center at University of Texas at Tyler PUBLISHED February 28, 2023 # Loading Files teacher_final <- read.csv ( "C:/Users/nghimire/OneDrive - The University of Texas at Tyler/Redirected Folders/Documents/edsurvey_PISA_USA/teacher_data_final.csv" , as.is = TRUE ) str (teacher_final) 'data.frame': 3526 obs. of 14 variables: $ school_id : int 1 1 1 1 1 1 1 1 1 1 ... $ teacher_id : int 593 3408 1829 471 2114 1269 1379 3595 2183 669 ... $ gender : int 0 0 0 0 0 NA 1 1 0 0 ... $ age : int 49 42 50 50 56 NA 45 31 55 48 ... $ teacher_type : int 1 1 1 1 1 NA 0 1 1 1 ... $ full_time : int 0 0 0 0 0 NA 0 0 0 0 ... $ emp_stat : int 0 0 0 0 0 NA 0 0 0 0 ... $ teaching_exp : int 20 12 21 26 29 NA 16 8 13 25 ... $ teacher_edu : int 2 2 2 2 2 NA 2 2 2 1 ... $ initial_qual : int 0 0 0 0 0 NA 0 0 0 0 ... $ training : i