Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The data in absent.csv reports absenteeism information from a sample of schools. Variables in order of columns are ethnic background, sex, age (recorded as a
The data in "absent.csv" reports absenteeism information from a sample of schools. Variables in order of columns are ethnic background, sex, age (recorded as a categorical factor), learner status, and the number of days absent. It can be read into R with the command below.
absent = read.csv(file.choose(), header=TRUE) # absent.csv