Question: help I Let's confirm this by calling the class() function on our newly created data frame. I I 69% I So, we're still left with

help
help I Let's confirm this by calling the class() function on our
newly created data frame. I I 69% I So, we're still left

I Let's confirm this by calling the class() function on our newly created data frame. I I 69% I So, we're still left with the question of how to include the names of our patients in the table I without destroying the integrity of our numeric data. Try the following -- my_data > my_data O function allowed us to store our character vector of names right 1 alongside our matrix of numbers. That's exactly what we were hoping for! 1 Behind the scenes, the data.frameO function takes any number of arguments and returns a single I object of class "data.frame' that is composed of the original objects. 1 Let's confirm this by calling the class() function on our newly created data frame. >classO Error in classO : arguments passed to 'class' which requires 1 >class (new data format, numeric_version ( )) Error: unexpected symbol in "class(new data" >class(x) [1] "numeric" I Almost! Try again. Or, type info() for more options

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!