Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 13 packages #45

Merged
merged 3 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions episodes/statistics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ We are going to use the data from the gapminder package. We have added a variab

## Descriptive and inferential statistics

::: Background
::: callout
Just as data in general are of different types - for example numeric vs text data - statistical data are assigned to different *levels of measure*. The level of measure determines how we can describe and model the data.
:::

Expand Down Expand Up @@ -186,8 +186,8 @@ Contingency tables of frequencies can also be tabulated with **table()**. For ex

```{r}
table(
gapminder$country[gapminder$year == 2007],
gapminder$continent[gapminder$year == 2007]
gapminder$country[gapminder$year == 2007],
gapminder$continent[gapminder$year == 2007]
)
```

Expand Down Expand Up @@ -275,7 +275,7 @@ t.test(pop ~ european, data = gapminder)$parameter
```

Notice that the summary()** of the test contains more data than is output by default.


Write a paragraph in markdown format reporting this test result including the t-statistic, the degrees of freedom, the confidence interval and the p-value to 4 places. To do this include your r code **inline** with your text, rather than in an R code chunk.

Expand Down
40 changes: 20 additions & 20 deletions renv/profiles/lesson-requirements/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
},
"bslib": {
"Package": "bslib",
"Version": "0.7.0",
"Version": "0.8.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -214,7 +214,7 @@
"rlang",
"sass"
],
"Hash": "8644cc53f43828f19133548195d7e59e"
"Hash": "b299c6741ca9746fb227debcb0f9fb6c"
},
"cachem": {
"Package": "cachem",
Expand Down Expand Up @@ -275,7 +275,7 @@
},
"colorspace": {
"Package": "colorspace",
"Version": "2.1-0",
"Version": "2.1-1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -285,7 +285,7 @@
"methods",
"stats"
],
"Hash": "f20c47fd52fae58b4e377c37bb8c335b"
"Hash": "d954cb1c57e8d8b756165d7ba18aa55a"
},
"conflicted": {
"Package": "conflicted",
Expand Down Expand Up @@ -807,7 +807,7 @@
},
"knitr": {
"Package": "knitr",
"Version": "1.47",
"Version": "1.48",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -819,7 +819,7 @@
"xfun",
"yaml"
],
"Hash": "7c99b2d55584b982717fcc0950378612"
"Hash": "acf380f300c721da9fde7df115a5f86f"
},
"labeling": {
"Package": "labeling",
Expand Down Expand Up @@ -1040,14 +1040,14 @@
},
"ps": {
"Package": "ps",
"Version": "1.7.6",
"Version": "1.7.7",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"utils"
],
"Hash": "dd2b9319ee0656c8acf45c7f40c59de7"
"Hash": "878b467580097e9c383acbb16adab57a"
},
"purrr": {
"Package": "purrr",
Expand Down Expand Up @@ -1152,7 +1152,7 @@
},
"reprex": {
"Package": "reprex",
"Version": "2.1.0",
"Version": "2.1.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
Expand All @@ -1170,7 +1170,7 @@
"utils",
"withr"
],
"Hash": "1425f91b4d5d9a8f25352c44a3d914ed"
"Hash": "97b1d5361a24d9fb588db7afe3e5bcbf"
},
"rlang": {
"Package": "rlang",
Expand Down Expand Up @@ -1452,13 +1452,13 @@
},
"tinytex": {
"Package": "tinytex",
"Version": "0.51",
"Version": "0.52",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"xfun"
],
"Hash": "d44e2fcd2e4e076f0aac540208559d1d"
"Hash": "cfbad971a71f0e27cec22e544a08bc3b"
},
"tzdb": {
"Package": "tzdb",
Expand All @@ -1483,13 +1483,13 @@
},
"uuid": {
"Package": "uuid",
"Version": "1.2-0",
"Version": "1.2-1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R"
],
"Hash": "303c19bfd970bece872f93a824e323d9"
"Hash": "34e965e62a41fcafb1ca60e9b142085b"
},
"vctrs": {
"Package": "vctrs",
Expand Down Expand Up @@ -1561,27 +1561,27 @@
},
"withr": {
"Package": "withr",
"Version": "3.0.0",
"Version": "3.0.1",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"grDevices",
"graphics"
],
"Hash": "d31b6c62c10dcf11ec530ca6b0dd5d35"
"Hash": "07909200e8bbe90426fbfeb73e1e27aa"
},
"xfun": {
"Package": "xfun",
"Version": "0.45",
"Version": "0.46",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"grDevices",
"stats",
"tools"
],
"Hash": "ca59c87fe305b16a9141a5874c3a7889"
"Hash": "00ce32f398db0415dde61abfef11300c"
},
"xml2": {
"Package": "xml2",
Expand All @@ -1598,10 +1598,10 @@
},
"yaml": {
"Package": "yaml",
"Version": "2.3.8",
"Version": "2.3.10",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "29240487a071f535f5e5d5a323b7afbd"
"Hash": "51dab85c6c98e50a18d7551e9d49f76c"
}
}
}
Loading