Stargazer and ggplot2 seem to be giving different median values for the same dataset. Does anyone know if they might be calculating the median differently?
Asked
Active
Viewed 53 times
0
-
1It's would be easier to help if you provide a [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input data and code that shows a difference. Neither of those packages provide a function themselves that calculates a median so it really depends on how you are using them. – MrFlick Oct 10 '17 at 13:57
-
yeah difficult to do without giving the whole dataset. – joey5 Oct 10 '17 at 16:24