This dataset is used to describe the students' contexts of this study.
data(demographic)A data frame with 497 observations on the following 8 demographic variables.
STUDIDStudents' identity. The first letter denotes the school code. The second one coins the students' cohort within schools. Three last numbers for their alphabetical orders.
SCHSchool sample participated in the study.
COHStudents' class within schools. 1 = Group A, 2 = Group B, 3 = Group C, 4 = Group D
GDRStudents' gender. 1 = Male, 2 = Female
AGEStudents' age. 1 = 13-14 years, 2 = 15-16 years, 3 = 17-18 years, 4 = 19-20 years
FATHOCCFather's occupation. 1 = Entrepreneur, 2 = Farmer, 3 = Armed force, 4 = Private employee, 5 = Educator, 6 = Medicine, 7 = Civil servant, 8 = Unemployed, 9 = Others
MOTHOCCMother’s occupation. 1 = Entrepreneur, 2 = Farmer, 3 = Armed force, 4 = Private employee, 5 = Educator, 6 = Medicine, 7 = Civil servant, 8 = Unemployed, 9 = Others
FATHEDUFather's education. 1 = Graduate, 2 = Undergraduate, 3 = Vocational, 4 = High school, 5 = Junior high school, 6 = Elementary, 7 = Unfinished education, 8 = Out of formal education
MOTHEDUMother's education. 1 = Graduate, 2 = Undergraduate, 3 = Vocational, 4 = High school, 5 = Junior high school, 6 = Elementary, 7 = Unfinished education, 8 = Out of formal education
FATHINCFather's monthly income. 1 = More than IDR10.000.000, 2 = IDR9.000.000-IDR10.000.000, 3 = IDR8.000.000-IDR9.000.000, 4 = IDR7.000.000-IDR8.000.000, 5 = IDR6.000.000-IDR7.000.000, 6 = IDR5.000.000-IDR6.000.000, 7 = IDR4.000.000-IDR5.000.000, 8 = IDR3.000.000-IDR4.000.000, 9 = IDR2.000.000-IDR3.000.000, 10 = IDR1.000.000-IDR2.000.000, 11= Less than IDR1.000.000, 12 = No income
MOTHINCMother's monthly income. 1 = More than IDR10.000.000, 2 = IDR9.000.000-IDR10.000.000, 3 = IDR8.000.000-IDR9.000.000, 4 = IDR7.000.000-IDR8.000.000, 5 = IDR6.000.000-IDR7.000.000, 6 = IDR5.000.000-IDR6.000.000, 7 = IDR4.000.000-IDR5.000.000, 8 = IDR3.000.000-IDR4.000.000, 9 = IDR2.000.000-IDR3.000.000, 10 = IDR1.000.000-IDR2.000.000, 11= Less than IDR1.000.000, 12 = No income
SIBLNumber of siblings belonged to the student. Zero means student as an only child.
DOMStudent's domicile from the school location. 1 = Inside the zoning area of the school. 2 = Outside the zoning area of the school.
library(spheredata)
# Call the data from spheredata package
get("demographic")
# Open the data
demographic
Run the code above in your browser using DataLab