You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This depository is Homework 6 for Doing Data Science 6306 Section 401 Tuesdays at 9:30 - 11:00 PM EST, Cohort 2017 Spring semester at SMU -- "DDS-HW6" for short. Authors: Yao Yao, Jason Cessna, Steven Stevenson. This project was submitted through GitHub on RStudio version 1.0.136.
This depository is Case Study 1 for Doing Data Science 6306 Section 401 Tuesdays at 9:30 - 11:00 PM EST, Cohort 2017 Spring semester at SMU -- "DDS-Case-Study-1" for short. Author: Yao Yao. This project was submitted through GitHub on RStudio version 1.0.136.
Introduce OOP in R based on the most commonly used S3 system and explain the relationship between objects and their methods (a.k.a. functions in the context of OOP). Finally using examples show how R classifies and identifies S3 objects. An example will show how easy it is to create S3 generic functions.