yowie

Refreshed Wages Data from NLSY

https://github.com/numbats/yowie

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Refreshed Wages Data from NLSY

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created over 5 years ago · Last pushed about 4 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# yowie 



[![R-CMD-check](https://github.com/numbats/yowie/workflows/R-CMD-check/badge.svg)](https://github.com/numbats/yowie/actions)


The goal of `yowie` is to provide longitudinal wages data sets along with several demographic variables of Americans from [the National Longitudinal Survey of Youth (NLSY79)](https://www.nlsinfo.org/content/cohorts/nlsy79) from Round 1 (the survey year 1979) to Round 28 (the survey year 2018). The NLSY79 is a longitudinal project held by the U.S. Bureau of Labor Statistics that follows the lives of a sample of American youth born between 1957-64. The cohort originally included 12,686 respondents ages 14-22 when first interviewed in 1979. There are three data sets provided in this package:

-  `wages`: The wages data from the cohort whose highest grade completed is up to 12th grade.
-  `wages_hs_do`: The wages data of the high school dropouts.
-  `demog_nlsy79`: The demographic data of the NLSY79 cohort.


## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("numbats/yowie")
```


## Example

Here is the example of plotting some samples of subjects in `wages_hs` using `brolgar` (Tierney, Cook, and Prvan, 2020). 

```{r, message=FALSE}
library(yowie)
library(brolgar)
library(ggplot2)

set.seed(20210217)

ggplot(yowie::wages, 
       aes(x = year,
           y = wage,
           group = id)) +
  geom_line(alpha = 0.7) +
  facet_sample() +
  ylab("mean hourly wage") +
  theme_bw()
```

## About the package name

A [yowie](https://en.wikipedia.org/wiki/Yowie) is a mythical creature in Australian foklore akin to Big Foot or Sasquatch in north America. In terms of the package it can be considered an acronym: Years Of Wages to Investigate and Explore.







Owner

  • Name: NUMBATS: Non-Uniform Monash Business Analytics Team repo for joint projects
  • Login: numbats
  • Kind: organization
  • Email: buseco-numbats@monash.edu
  • Location: Melbourne, Australia

We are part of Monash University, Department of Econometrics and Business Statistics

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 102
  • Total Committers: 4
  • Avg Commits per committer: 25.5
  • Development Distribution Score (DDS): 0.353
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Dewi-Amaliah d****7@s****u 66
Emi d****a@g****m 28
dicook v****t@g****m 7
Dewi Amaliah 6****h 1
Committer Domains (Top 20 + Academic)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
cran.r-project.org: yowie

Longitudinal Wages Data from the National Longitudinal Survey of Youth 1979

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Average: 31.4%
Stargazers count: 31.7%
Dependent repos count: 35.5%
Last synced: over 1 year ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • tsibble >= 1.0.1 depends
  • dplyr * imports
  • magrittr * imports
  • forcats * suggests
  • ggplot2 * suggests
  • janitor * suggests
  • kableExtra * suggests
  • knitr * suggests
  • markdown * suggests
  • rmarkdown * suggests
  • tidyr * suggests