Issue plotting boxplot using data from data frame
Show older comments
Hello all,
I have a dataframe 'Newdata'.
I want to create a boxplot with 5 categories of the independent variable 'Religiosity' and the continous dependent variable 'Spatial Memory'. Thus, there should be five boxplots overall, one for each category of the independent variable 'religiosity'.
I have tried using the boxplot function - boxplot(Newdata, 'whisker',1.5) but this is giving me the error:
'X' parameter must be a numeric vector or matrix.
Would anyone be able to give me a helping hand as to how I can do this using the dataframe I have?
I have attached a screenshot below.
Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Box Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!