Question
we will use swirl -R package. It will guide youby step-by-step process through a self-paced interactive learning environment. Assuming that you've already installed R and
we will use swirl -R package. It will guide youby step-by-step process through a self-paced interactive learning environment. Assuming that you've already installed R and RStudio, you need to install swirl package.After installation of swirl
(install.packages("swirl"),just type the following, pressing Enter after each line:
> library("swirl")
> swirl()
Select Option 1 (i.e., "R Programming" ). Complete the following exercises within "R Programming"
1: Basic Building Blocks
2: Workspace and Files
3: Sequences of Numbers
4: Vectors
7: Matrices and Data Frames
8: Logic
9: Functions
10: lapply and sapply
12: Looking at Data
Save all your outputs/responsesof the above sectionsin R script (see the attached sample video to learn how to record your response in R script).
Make sure you save everything in one single file. Then upload the file in the Blackboard.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started