E4.12 {SenSrivastava} | R Documentation |
The E4.12
data frame has 24 rows and 6 columns. Each row is the
activities and time taken by one dietician.
data(E4.12)
This data frame contains the following columns:
Intern
Prof
, dietician is professional or intern.
The data where made available to one of the authors by a student.
##---- Should be DIRECTLY executable !! ---- data(E4.12) m1 <- lm(Time ~ SC+DC+MR+TR-1, data=E4.12, subset=Dietician=="Prof") summary(m1)