Add second year

This commit is contained in:
2023-12-07 01:19:12 +00:00
parent 3291e5c79e
commit 3d12031ab8
1168 changed files with 431409 additions and 0 deletions

View File

@ -0,0 +1,24 @@
- #[[ST2001 Labs]]
- **Previous Topic:** [[Using R as a Calculator]]
- **Next Topic:** null
-
- Most of our computation in R will be using data in table form, with rows & columns, which are often stored as a `data.frame` object.
- The rows usually represent different *observations*, (e.g., humans, cars, etc.) and the columns represent different *variables* (features of the observation), (e.g., height, weight, etc.).
-
- What does `glimpse()` do? #card
card-last-interval:: -1
card-repeats:: 1
card-ease-factor:: 2.5
card-next-schedule:: 2022-09-19T23:00:00.000Z
card-last-reviewed:: 2022-09-19T17:43:30.690Z
card-last-score:: 1
- The `glimpse()` function gives us an overview of the dataset on each experimental unit.
- What does `dim()` do? #card
card-last-interval:: -1
card-repeats:: 1
card-ease-factor:: 2.5
card-next-schedule:: 2022-09-19T23:00:00.000Z
card-last-reviewed:: 2022-09-19T18:03:27.442Z
card-last-score:: 1
- The `dim()` function returns the number of rows & columns in a dataframe.
-

View File

@ -0,0 +1,24 @@
- #[[ST2001 Labs]]
- **Previous Topic:** [[Using R as a Calculator]]
- **Next Topic:** null
-
- Most of our computation in R will be using data in table form, with rows & columns, which are often stored as a `data.frame` object.
- The rows usually represent different *observations*, (e.g., humans, cars, etc.) and the columns represent different *variables* (features of the observation), (e.g., height, weight, etc.).
-
- What does `glimpse()` do? #card
card-last-interval:: -1
card-repeats:: 1
card-ease-factor:: 2.5
card-next-schedule:: 2022-09-30T23:00:00.000Z
card-last-reviewed:: 2022-09-30T09:23:35.496Z
card-last-score:: 1
- The `glimpse()` function gives us an overview of the dataset on each experimental unit.
- What does `dim()` do? #card
card-last-interval:: -1
card-repeats:: 1
card-ease-factor:: 2.5
card-next-schedule:: 2022-09-30T23:00:00.000Z
card-last-reviewed:: 2022-09-30T09:23:32.281Z
card-last-score:: 1
- The `dim()` function returns the number of rows & columns in a dataframe.
-

View File

@ -0,0 +1,24 @@
- #[[ST2001 Labs]]
- **Previous Topic:** [[Using R as a Calculator]]
- **Next Topic:** null
-
- Most of our computation in R will be using data in table form, with rows & columns, which are often stored as a `data.frame` object.
- The rows usually represent different *observations*, (e.g., humans, cars, etc.) and the columns represent different *variables* (features of the observation), (e.g., height, weight, etc.).
-
- What does `glimpse()` do? #card
card-last-interval:: 3.45
card-repeats:: 2
card-ease-factor:: 2.6
card-next-schedule:: 2022-10-10T03:21:42.690Z
card-last-reviewed:: 2022-10-06T17:21:42.691Z
card-last-score:: 5
- The `glimpse()` function gives us an overview of the dataset on each experimental unit.
- What does `dim()` do? #card
card-last-interval:: 0.81
card-repeats:: 2
card-ease-factor:: 2.36
card-next-schedule:: 2022-10-09T17:48:26.089Z
card-last-reviewed:: 2022-10-08T22:48:26.089Z
card-last-score:: 3
- The `dim()` function returns the number of rows & columns in a dataframe.
-

View File

@ -0,0 +1,24 @@
- #[[ST2001 Labs]]
- **Previous Topic:** [[Using R as a Calculator]]
- **Next Topic:** null
-
- Most of our computation in R will be using data in table form, with rows & columns, which are often stored as a `data.frame` object.
- The rows usually represent different *observations*, (e.g., humans, cars, etc.) and the columns represent different *variables* (features of the observation), (e.g., height, weight, etc.).
-
- What does `glimpse()` do? #card
card-last-interval:: 3.45
card-repeats:: 2
card-ease-factor:: 2.6
card-next-schedule:: 2022-10-10T03:21:42.690Z
card-last-reviewed:: 2022-10-06T17:21:42.691Z
card-last-score:: 5
- The `glimpse()` function gives us an overview of the dataset on each experimental unit.
- What does `dim()` do? #card
card-last-interval:: 7.48
card-repeats:: 3
card-ease-factor:: 2.46
card-next-schedule:: 2022-10-17T22:44:50.782Z
card-last-reviewed:: 2022-10-10T11:44:50.783Z
card-last-score:: 5
- The `dim()` function returns the number of rows & columns in a dataframe.
-