Curriculum
Course: Basic Quantitative Analysis with R and E...
Login
Text lesson

Unit 1.3: Understanding R Features

After learning how to import the file in the previous lesson, you will learn how to get started with R by understanding its main features such as the source panel, the console panel, and the environment panel, and what you should know to prepare you for basic data crunching.  In this unit, you may need the following codes to practice alongside the video lesson:  

Code 1: install.packages(“tidyverse”) 

Code 2: library(tidyverse) 

Code 3: variable <- filename %>% filter(filename$variablename == ‘answer‘)  

Code 4: mean(filename$variablename)

Layer 1
Login Categories