Question
Using R Langauge Load the Beginning.RData file and perform the following tasks. Save the commands in a history file called question6.txt. a. Determine what type
Using R Langauge
Load the Beginning.RData file and perform the following tasks. Save the commands in a history file called question6.txt. a. Determine what type of object mf is and display a summary of its structure. b. Determine the mean, median and maximum of each column in mf. c. Convert mf to a matrix and store it as a new object. Determine the sum of each row, the mean of each row and the product of each row. d. Finally, determine the mean, standard deviation and range of the entire data set. Dont worry that we are crossing columns so this result is contextually meaningless.
R version 3.4.3 (2017-11-30) -- "Kite-Eating Tree" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R.
[Previously saved workspace restored]
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