-
Referring to the text that says "Please visit openintro.org for free statistics". It shows up in the compiled markdown documents (as shown below), and yes, it's possible to mute that with the `message…
-
When installing the package, the install failed because of missing dependencies. I installed them manually but think it may pose some difficulties for students who are not familiar with R. I am happ…
-
Replace all `load(url("http://www.openintro.org/stat/data/evals.RData"))` with `library(moderndive)`
-
``` r
library(mosaic)
library(openintro)
tally(~ sex, data = bdims)
#> sex
#> 0 1
#> 260 247
# these result in empty data frames.
mdims %
filter(sex == "m")
fdims %
filter(sex == "…
-
This is a mess (inherited from https://github.com/beanumber/oiLabs-mosaic). I'm cautiously optimistic that Bonnie can make headway this month and an updated set of labs can be posted at https://www.o…
-
**Reported by fangzhe on 5 Oct 2009 20:07**
**Version:** 4.0
On Fedora 11 (64 bit), the omnetpp ide reports error and exits after the workspace selection dialog. Please see below for the <workspa…
-
Looks like we've been sourcing .R files for the labs that don't have custom functions. Seems really awkward to have the data in an R script. The most straightfoward fix would be to have them download …
-
This is in reference to https://github.com/andrewpbray/oiLabs-dplyr-ggplot/blob/master/intro_to_r/intro_to_r.Rmd:
Since these labs are for wider distribution, for the generic versions (to be hosted o…
-
Are there Kindle and/or PDF versions of Modern Dive available for download? If not, there should be, as there is for OpenIntro Statistics. I realize that I could (probably!) make such a resource using…
-
There are a lot of things that need to be cleaned up here, mostly having to do with documentation.