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 objects and 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 narm T after the period in parentheses EXAMPLE ~descriptivestatnarm T eg ~meannarmT
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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
