Question: I need help on coding for R program using RStudio. I just need the coding part. Rstudio packages: gmodels gdata https://drive.google.com/file/d/14ufW_2oafqnBcXTXhS5ag2Mrhu0sfOQ8/view?usp=sharing Here are the tasks
I need help on coding for R program using RStudio. I just need the coding part.


Rstudio
packages:
gmodels
gdata
https://drive.google.com/file/d/14ufW_2oafqnBcXTXhS5ag2Mrhu0sfOQ8/view?usp=sharing
Here are the tasks to carry out to complete this assignment. 1. Download and save the data file to your computer. Place it in a subfolder of your working directory named "data." Set the working directory in your code as needed. 2. Load the data from the file into R and call it titanic. There are no missing values. 3. One data issue: the column "survived" needs to be a factor data type, but it is read as an integer. Convert it using the following code: titanic$survived
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
