Question: Using the original dataframe which contained 5 3 5 objects and 9 variables, create a table that summarizes the following statics across the different numerical

Using the original dataframe which contained 535 objects and 9 variables, create a table that summarizes the following statics across the different numerical variables: mean, median, min, max, and interquartile range. Make sure that your table is labeled in both the columns and rows.
*hint create a new ungrouped data frame based on the original dataframe.*
*At the end of each line of code for the descriptive statistics add ,na.rm =T after the period in parentheses EXAMPLE ~descriptive_stat(.,na.rm =T), eg ~mean(.,na.rm=T).*
*Use the rbind function to create the table*
Important note I cannot use sapply as it was not taught in class!

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 Programming Questions!