1
2
3
4
5
#

Name:

Description:

This data set contains teacher salaries from 2009-2010 for 71 teachers employed by the St. Louis Public School in Michigan, as well as several covariates.

Variables:

  • id - Identification code for each teacher, assigned randomly.

  • degree - Highest educational degree attained: BA (bachelor's degree) or MA (master's degree).

  • fte - Full-time enrollement status: full-time 1 or part-time 0.5.

  • years - Number of years employed by the school district.

  • base - Base annual salary, in dollars.

  • fica - Amount paid into Social Security and Medicare per year through the Federal Insurance Contribution Act (FICA), in dollars.

  • retirement - Amount paid into the retirement fund of the teacher per year, in dollars.

  • total - Total annual salary of the teacher, resulting from the sum of base salary + fica + retirement, in dollars.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Posted on opendata.socrata.com by Jeff Kowalski. Original source: http://stlouis.edzone.net

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Teacher_Salaries_in_St.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.