Greetings!
Welcome, and thank you for registering for the upcoming professional development workshop PD24-07: Using R and Generative AI for NAEP Data Analysis. We are very excited to welcome you all!
Course Details
• Name: PD24-07: Using R and Generative AI for NAEP Data Analysis
• Time: Sat, Apr. 13th, 2024, 7:45am to 11:45am
• Location: Pennsylvania Convention Center, Level 100 - Room 107B
We highly recommend you charge your laptop and bring it with you. But before the course, it is essential that you do two things:
Please install:
-
R for your operating system (R version 4.0.0 or higher)
To initialize your system, open RStudio and run the following script:
install.packages("EdSurvey")
library(EdSurvey)
If you already have R and EdSurvey set up on your computer, please check the EdSurvey
version by:
packageVersion("EdSurvey")
It should be 4.0.4
. If not, please update your EdSurvey
package:
update.packages("EdSurvey")
Please also check out our EdSurvey eBook and familiarize yourself with our EdSurvey package: https://naep-research.airprojects.org/Portals/0/EdSurvey_A_Users_Guide/_book/index.html
If you encounter any problem installing the EdSurvey package, please create an issue at https://github.com/American-Institutes-for-Research/2024-AERA-EdSurvey-Training/issues.
Warm Regards,
Sinan Yavuz, Ting Zhang, Paul Bailey, Blue Webb & Emmanuel Sikali