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

Course Content

R Introduction: Part I

R Introduction: Part I

1. Basic Syntax and Operations
2. Basic Data Types and Vectors
3. Factors

bookGrades Summary

Complete the task using the grades data.

Task

  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.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 6
toggle bottom row

bookGrades Summary

Complete the task using the grades data.

Task

  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.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 6
toggle bottom row

bookGrades Summary

Complete the task using the grades data.

Task

  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.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Complete the task using the grades data.

Task

  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.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Section 3. Chapter 6
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
some-alt