How to get median and quartiles?

Hello! I need some help,I´m trying to get the median,quartiles, etc with the summary but it doesn't work,I don't know what to do I gave to send it but I can't get the answer.Any help it would be well collected!

You need numeric columns for the summary function to show its magic. At the moment you have both columns as character type.

1 Like

How could I changed it?


I have tried it but it appears this.

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

as.numeric() is the base R function. Are you learning R or are familiar enough?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.