tegge-classroom / STAT2984-2018

STAT 2984: Statistical Programming I - Spring 2018
1 stars 13 forks source link

Assignment 3 Question 8: #18

Open maxh95 opened 6 years ago

maxh95 commented 6 years ago

In question 8 the directions say to:

"For each key, a list of values corresponding to the factor level will be assigned."

Does anyone know how to tell which list of values correspond to the which factor level?

ategge commented 6 years ago

For question 8, each key will correspond to a factor level (e.g., 'A','B',etc.). The list of values then corresponds to those observations in "values_list" that associate to the factor. For example, the key "A" will correspond to a list of values [19, 75,...].