https://github.com/tysonstanley/educ6600
https://github.com/tysonstanley/educ6600
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tysonstanley/educ6600
- Owner: TysonStanley
- Created: 2019-09-24T06:58:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T21:28:12.000Z (about 6 years ago)
- Last Synced: 2025-01-24T18:12:01.053Z (9 months ago)
- Language: R
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# educ6600The goal of `educ6600` is to provide data and some functions that are useful for the EDUC/PSY 6600 course at Utah State University.
## Installation
You can install the developmental version of educ6600 from GitHub with:
```{r, eval = FALSE}
# install.packages("remotes") # if remotes not yet installed
remotes::install_github("tysonstanley/educ6600")
```The data for the examples in the B sections of the homework are found in the package. These can be accessed using the `data()` function. For example, to access the `GRE` data set, we can use:
```{r}
data("GRE")
GRE
```It contains the following data sets:
- `schizo`
- `GRE`
- `test_scores`
- `memory`
- `data_wait`
- `data_undergrad`
- `data_memory`
- `data_food`
- `child_vars`
- `audience_wide`
- `textbook_wide`
- `memory_wide`
- `tasks_wide`
- `anograms_wide`
- `brain_wide`
- `coupleIQs`
- `speed_voice`
- `data_12b4`
- `schizo_metal`
- `woman_parents`
- `react_wealth`