Question: This is still giving an error message!! Please help!! I was told to add NA on the end of outlier....but didn't help. ## Data table
This is still giving an error message!! Please help!! I was told to add "NA" on the end of outlier....but didn't help.
## Data table with all statistical values Calculated stats_table_2 <- data.frame( Statistic = c("Mean", "Median", "Mode", "Q1", "Q3", "Min", "Max", "Range", "Outliers", "Variance", "Standard_Deviation", "Coefficient_Variance"), Value = c( round(mean_qsec, 2), round(median_qsec, 2), mode_value_qsec_str, round(Q1_qsec, 2), round(Q3_qsec, 2), round(min_qsec, 2), round(max_qsec, 2), round(range_qsec, 2), outliers_values, NA), round(variance_qsec, 2), round(sd_qsec, 2), round(coef_variance_qsec, 2) ) stats_table_2
ERROR:
Error in data.frame(Statistic = c("Mean", "Median", "Mode", "Q1", "Q3", : arguments imply differing number of rows: 12, 10, 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
