Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Grades Summary | Factors
course content

Contenido del Curso

R Introduction: Part I

Grades SummaryGrades Summary

Complete the task using the grades data.

Tarea

  1. Call the summary() function on your grades_f variable to output the number of occurrences of each factor grade.
  2. Calculate the proportion of each grade, dividing the result of summary(grades_f) by the total number of observations using the length() function applied to the grades_f variable.

¿Todo estuvo claro?

Sección 3. Capítulo 6
toggle bottom row
course content

Contenido del Curso

R Introduction: Part I

Grades SummaryGrades Summary

Complete the task using the grades data.

Tarea

  1. Call the summary() function on your grades_f variable to output the number of occurrences of each factor grade.
  2. Calculate the proportion of each grade, dividing the result of summary(grades_f) by the total number of observations using the length() function applied to the grades_f variable.

¿Todo estuvo claro?

Sección 3. Capítulo 6
toggle bottom row
some-alt