Walkthrough 08 - Information from three sources that relate to students and the courses they took: studentInfo, courses, and studentRegistration.

oulad_students

Format

Dataset of class tibble.

Source

Open University Learning Analytics Dataset https://analyse.kmi.open.ac.uk/open-dataset

Examples


str(dataedu::oulad_students)
#> 'data.frame':	32593 obs. of  15 variables:
#>  $ code_module               : chr  "AAA" "AAA" "AAA" "AAA" ...
#>  $ code_presentation         : chr  "2013J" "2013J" "2013J" "2013J" ...
#>  $ id_student                : int  11391 28400 30268 31604 32885 38053 45462 45642 52130 53025 ...
#>  $ gender                    : chr  "M" "F" "F" "F" ...
#>  $ region                    : chr  "East Anglian Region" "Scotland" "North Western Region" "South East Region" ...
#>  $ highest_education         : chr  "HE Qualification" "HE Qualification" "A Level or Equivalent" "A Level or Equivalent" ...
#>  $ imd_band                  : chr  "90-100%" "20-30%" "30-40%" "50-60%" ...
#>  $ age_band                  : chr  "55<=" "35-55" "35-55" "35-55" ...
#>  $ num_of_prev_attempts      : int  0 0 0 0 0 0 0 0 0 0 ...
#>  $ studied_credits           : int  240 60 60 60 60 60 60 120 90 60 ...
#>  $ disability                : chr  "N" "N" "Y" "N" ...
#>  $ final_result              : chr  "Pass" "Pass" "Withdrawn" "Pass" ...
#>  $ module_presentation_length: int  268 268 268 268 268 268 268 268 268 268 ...
#>  $ date_registration         : int  -159 -53 -92 -52 -176 -110 -67 -29 -33 -179 ...
#>  $ date_unregistration       : int  NA NA 12 NA NA NA NA NA NA NA ...