Programming terms (R-related) Flashcards
A script
A code file (written in the code editor)
R
Programming language
RStudio
A GUI (graphical user interface) for R code development
Data types (4 types)
- Numerical (integers and floating points = numbers)
- Character (”symbols” and text)
- Factors (making text computable - For doing analysis with categories )
- Boolean (True or False)
A variable
A “container” for storing data values in R (assigned with an arrow operator “- >”)
A dataframe
It’s made up of rows and columns and organizes data into a table format.
A vector
A sequence of data elements
Vectors can only be one data type (either character or numerical or Factors or Boolean)
What is data mining?
Identifying patterns and relationships in data using statistics, data base systems, and sometimes machine learning with the goal to extract (or mine) valuable information from data so we can use it to understand what the data indicates about the world