R/data.R

#' Teacher job satisfaction.
#'
#' A simulated dataset containing information about teacher job satisfaction.
#' Teachers clustered within schools.
#'
#' @format A data frame with 9000 rows and 8 columns:
#' \describe{
#'   \item{schoolID}{school identification number}
#'   \item{teacherID}{teacher identification number}
#'   \item{satisfaction}{teacher job satisfaction, 1-10 scale}
#'   \item{control_c}{school-mean-centered rating of teacher's reported control over curriculum}
#'   \item{salary_c}{school-mean-centered teacher's salary (in thousands of dollars)}
#'   \item{control_m}{school mean rating of teacher's reported control over curriculum}
#'   \item{salary_m}{school mean teacher's salary (in thousands of dollars)}
#'   \item{s_t_ratio}{student to teacher ratio for the school (number of students per teacher)}
#' }
"teachsat"

Try the r2mlm package in your browser

Any scripts or data that you put into this service are public.

r2mlm documentation built on July 26, 2023, 5:25 p.m.