plspm (version 0.5.1)

college: College datasets

Description

Dataset with different scores (high school, undergrad basic, undergrad intermediate, and GPA) of graduated college student in life sciences majors

Usage

data(college)

Arguments

Format

A data frame with 352 students on the following 13 variables. The variables may be used to construct four suggested latent concepts: 1) HighSchool=High School related scores, 2) Basic=scores of basic courses, 3) InterCourse=Scores of intermediate courses, 4) GPA=Final GPA (Graduate Point Average)

NumVariableDescriptionConcept
1HS_GPAHigh School GPAHighSchool
2SAT_VerbalVerbal SAT scoreHighSchool
3SAT_MathMath SAT scoreHighSchool
4Biology1Introductory BiologyBasicCourses
5Chemistry1Introductoy ChemistryBasicCourses
6Math1Calculus 1BasicCourses
7Physics1Introductory PhysicsBasicCourses
8Biology2Intermediate BiologyInterCourses
9Chemistry2Intermediate ChemistryInterCourses
10Math2Calculus 2InterCourses
11Physics2Intermediate PhysicsInterCourses
12FinalGPAGraduation GPAFinalGPA
13GenderGendernone

Examples

Run this code
# load data
data(college)

# take a peek
head(college)

Run the code above in your browser using DataLab