Question: Please use R or R studio. 3.1. Create a dataset V that consists of the following three variables (columns): [Tom, John, Max, Chris] [MKT, MKT,
Please use R or R studio.
3.1. Create a dataset V that consists of the following three variables (columns):
[Tom, John, Max, Chris]
[MKT, MKT, MQM, MIS]
[100, 80, 70, 85]
3.2. Change the variable (column) names of the dataset. The correct column names are student, major, and score.
3.3. Extract the entire information about Chris.
3.4. Extract the entire information about both Chris and Tom.
3.5. Extract two variables (columns), student and score.
3.6. Extract Johns score.
3.7. Delete information about John and Max from the dataset and rename the new dataset data_subset
3.8. Save the new dataset you created in the above question as .csv file. The file name is examscore_subset.csv
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
