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
As I go through the figures, it's becoming clear that we need a single definitive source for several datasets.
Example: the museum visit length data from Fig 4.10 + others.
It needs to exist in one single location, probably in short and tall form.
This underscores how nice it would be to create a companion nbr or cmeg data package, even if it's data we have simulated that behaves like the original data we see in these figures.
Then, instead of copying the data around to multiple figure directories, we could just load it with a call to library(cmeg).
Side bonus: we could set factor levels sensibly.
The text was updated successfully, but these errors were encountered:
As I go through the figures, it's becoming clear that we need a single definitive source for several datasets.
Example: the museum visit length data from Fig 4.10 + others.
It needs to exist in one single location, probably in short and tall form.
This underscores how nice it would be to create a companion
nbr
orcmeg
data package, even if it's data we have simulated that behaves like the original data we see in these figures.Then, instead of copying the data around to multiple figure directories, we could just load it with a call to
library(cmeg)
.Side bonus: we could set factor levels sensibly.
The text was updated successfully, but these errors were encountered: