diff --git a/R_Programming_Alt/Matrices_and_Data_Frames/lesson.yaml b/R_Programming_Alt/Matrices_and_Data_Frames/lesson.yaml index 027aa721..dbac4d68 100644 --- a/R_Programming_Alt/Matrices_and_Data_Frames/lesson.yaml +++ b/R_Programming_Alt/Matrices_and_Data_Frames/lesson.yaml @@ -100,7 +100,7 @@ Hint: If you're not sure about this one, then checkout the documentation for identical() using the `?` function. - Class: text - Output: Now, imagine that the numbers in our table represent some measurements from a clinical experiment, where each row represents one patient and each column represents one variable for which measurements where taken. + Output: Now, imagine that the numbers in our table represent some measurements from a clinical experiment, where each row represents one patient and each column represents one variable for which measurements were taken. - Class: text Output: We may want to label the rows, so that we know which numbers belong to each patient in the experiment. One way to do this is to add a column to the matrix, which contains the names of all four people.