Description
This is an introductory-level R programming webinar. This class will cover data types including numeric, character, logical, and factor variables. It will also cover these data structures including vectors, lists, data frames, and matrices. We will also cover row and column binding. These concepts can be reviewed on the R Programming Tutorial section of my website.
Topics We Will Be Covering:
- Data types
- Converting from one data type to another
- Data structures
- Column binding, cbind() function
- Row binding, rbind() function
