STA441s24
SAS Example Six:
Read Math Data, Descriptives and Basic Tests on the Exploratory Subset
Before the beginning of the
Fall term, students in a first-year Calculus class took a diagnostic test
with two parts: Pre-calculus and Calculus. Their High School Calculus
marks and their marks in University Calculus were also available. In
order, the variables in the data file are:
- Identification code
- Course: 1=Catch-up 2=Mainstream 3=Elite 4=NoResponse
- Score on pre-calculus part of diagnostic test
- Score on calculus part of diagnostic test
- High School GPA
- High School Calculus mark
- High School English mark
- University Calculus mark
- First language
- Sex
- National background according to rater one
- National background according to rater two
- Chinese
- Japanese
- Korean
- Vietnamese
- Other Asian
- Eastern European
- Hispanic
- English-speaking
- French
- Italian
- Greek
- Germanic
- Other European
- Middle-Eastern
- Pakistani
- East Indian
- Sub-Saharan
- OTHER or DK
- Sample: 1=Exploratory, 2=Replication (Students were randomly divided into Exploratory and Replication samples.)
- Raw data file (math.data.txt)
- First look: Read data and hunt down problems (mathpeek.sas)
- Basic description of combined sample (describemath0.sas)
- Read and Label data (ReadLabelMath.sas)
- Describe Exploratory Sample (describemath1.sas)
- Elementary tests on the Exploratory Sample (basicmath.sas)
The SAS programs for this example are copyright Jerry Brunner 2024, licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. Share it freely.
The data are courtesy of Dr. Cleo Boyd, and may be used for non-commercial purposes.