-
@beanumber and I have discussed this prior.
If you load a data set via `data()` in RStudio, all you get in the environment panel is a `` of the data set i.e. if you click the variable name, the Data …
-
- https://www.openintro.org/download.php?file=survival_analysis_in_R&referrer=/stat/surv.php
- http://www.stat.ubc.ca/lib/FCKuserfiles/file/pdfslide-Lucy.pdf
-
This would be a major rewrite, but (without looking through all the labs) it seems like it'd be possible to remove _all_ references to the vector structure of R and just use a lot of `select()`. An al…
-
Hi
I am having an issue while installing the software on my PC (as per the link http://data606.net/course-overview/software/). I was able to complete all other steps prior to this successfully.
I …
-
``` r
suppressPackageStartupMessages(library(dplyr))
library(moderndive)
load(url("http://www.openintro.org/stat/data/evals.RData"))
# Fit model
score_age_model # A tibble: 1 x 6
#> r_squar…
-
Now that mosaic supports ggplot graphics, are there any plans to update the Student's Guide, Start Teaching, and Start Modeling documents? Thanks.
-
See (https://github.com/beanumber/oiLabs-mosaic/issues/2)
No offense to whoever wrote this, but I think I hate `inference()`. It's the worst: an undocumented, magic, black box function.
I'll offer …
-
I am not able to upload data in R from GitHub, none of the following instructions work it gives different error messages
could you please guide how to upload the data?
smoking-UK
-
So thanks to the work of @Robinlovelace, we both know there is a great deal of compatibility between [`overpass`](https://github.com/hrbrmstr/overpass) and [`osmdatar`](https://github.com/osmdatar/osm…
-
Hello;
I tried starting Lab0 the R commands I used are below:
> getLabs()
[1] "Lab0" "Lab1" "Lab2" "Lab3" "Lab4a" "Lab4b"
[7] "Lab5" "Lab6" "Lab7" "Lab8"
> startLab('Lab0')
Error in …