Skip to content

Complete mean, median, variance and standard deviation from dataset.

Notifications You must be signed in to change notification settings

CMPSC-102-Allegheny-College-Fall-2022/06_data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4b7341 · Feb 8, 2023

History

3 Commits
Feb 8, 2023
Feb 8, 2023
Feb 8, 2023
Oct 18, 2022
Oct 18, 2022
Feb 8, 2023

Repository files navigation

Data Analysis

Assigned: Thursday, 9 Feb 2023

Due: End of class

Project Goals

  • To learn how to edit and run code from R.
  • To gain experience working with specific types of code syntax.

Project Code

Please address the TODO's in the source code file, src/code.r.

Project Assessment

This is a check mark grade.

GatorGrade

You can check the baseline writing and commit requirements for this lab assignment by running department's assignment checking gatorgrade tool. To use gatorgrade, you first need to make sure you have Python3 installed (type python --version to check). If you do not have Python installed, please see:

Then, if you have not done so already, you need to install gatorgrade:

  • First, install pipx
  • Then, install gatorgrade with pipx install gatorgrade

Finally, you can run gatorgrade:

gatorgrade --config config/gatorgrade.yml

Seeking Assistance

  • Extra resources for using markdown include;
  • Do not forget to use the above git commands to push your work to the cloud for the instructor to grade your assignment. You can go to your GitHub repository using your browser to verify that your files have been submitted. Please see the TL’s or the instructor if you have any questions about assignment submission.

Students who have questions about this project outside of the lab time are invited to ask them in the course's Discord channel or during instructor's or TL's office hours.

About

Complete mean, median, variance and standard deviation from dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages