You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify sql query code to mimic how ggplot in R divides continuous variables into bins when plotting histogram.
there's no need to ensure that our histograms match R's histograms 100%, instead we should ensure that our histograms are accurate (they plot what they're supposed to plot). It's fine if there are small differences with respect to R, but those differences should be methodical (i.e., how we compute bins), but still produce accurate histograms
we need to ensure that we're correctly computing the histograms. I noticed that that shapes differ vs what we see in R: #711 (review)
The text was updated successfully, but these errors were encountered: