The document provides an introduction to R programming, covering essential data types such as numeric, integer, character, logical, complex, and raw. It explains how to create and manipulate various data structures including factors, vectors, matrices, lists, and data frames, along with methods for subsetting these structures. Key functions like class(), factor(), c(), and data.frame() are highlighted for data manipulation.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views2 pages
Introduction To R Programming Summary
The document provides an introduction to R programming, covering essential data types such as numeric, integer, character, logical, complex, and raw. It explains how to create and manipulate various data structures including factors, vectors, matrices, lists, and data frames, along with methods for subsetting these structures. Key functions like class(), factor(), c(), and data.frame() are highlighted for data manipulation.