Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Dec 11, 2024
1 parent f08b95f commit 437d6cc
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion HERS-example.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ hers = haven::read_dta(
```{r}
#| include: false
library(haven)
hers = read_stata("data/hersdata.dta")
hers = read_stata("Data/hersdata.dta")
```

```{r}
Expand Down
2 changes: 1 addition & 1 deletion Linear-models-overview.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,7 @@ hers = read_dta(url)
```{r}
#| include: false
library(haven)
hers = read_stata("data/hersdata.dta")
hers = read_stata("Data/hersdata.dta")
```

```{r}
Expand Down
6 changes: 3 additions & 3 deletions _book/search.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _freeze/Linear-models-overview/execute-results/html.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _freeze/Linear-models-overview/execute-results/tex.json

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions intro-multilevel-models.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Introduction to multi-level models for correlated data

For more, see
[EVE 225](https://catalog.ucdavis.edu/search/?q=EVE+225)
Linear Mixed Modeling in Ecology & Evolution
[EVE 225](https://catalog.ucdavis.edu/search/?q=EVE+225):
Linear Mixed Modeling in Ecology & Evolution
2 changes: 1 addition & 1 deletion intro-to-survival-analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ The first day is the most dangerous:
# paste0(
# "https://github.com/therneau/survival/raw/",
# "f3ac93704949ff26e07720b56f2b18ffa8066470/",
# "data/survexp.rda")
# "Data/survexp.rda")
#(newer versions of `survival` don't have the first-year breakdown; see:
# https://cran.r-project.org/web/packages/survival/news.html)
Expand Down

0 comments on commit 437d6cc

Please sign in to comment.