Advertisement
data_ders

Report Card Names

Sep 5th, 2016
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 1.09 KB | None | 0 0
  1. reports <- structure(list(Teacher = structure(c(1L, 1L, 1L, 3L, 3L, 3L,
  2.     2L, 2L, 2L), .Label = c("Black", "Blue", "Brown"), class = "factor"),
  3.     Subject = structure(c(2L, 2L, 2L, 1L, 1L, 1L, 3L, 3L, 3L), .Label = c("English", "Math", "P.E."), class = "factor"),
  4.     Student.Name = structure(c(3L, 1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L), .Label = c("Elizabeth (Betty)", "Mary Grace (MG)", "Richard (Dick)"), class = "factor"),
  5.     Comment = structure(c(3L, 2L, 1L, 9L, 5L, 7L, 8L, 4L, 6L), .Label = c("As her teacher, I think MG is my favorite.", "Betty procrastinates, but does good work.", "Dick is a terrible student-- why hasn't he been kicked out yet?", "Elizabeth (Betty) needs to work to communicate on the field.", "Elizabeth's work is interfering with her studies.", "Mary Grace (MG) needs to stop insulting the teacher", "Mary Grace should be a teacher someday.", "Richard (Dick) kicked more field goals than any other student.", "Richard is terrible at turning in homework"), class = "factor")),
  6.     .Names = c("Teacher", "Subject", "Student.Name", "Comment"), class = "data.frame", row.names = c(NA, -9L))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement