R/data.R

#' Coalition governments in comparative perspective (1944-2013)
#'
#' The unit of analysis for this dataset is level 1, which is the party level in this case.
#' pid indicates the party identity
#' gid indicates the government identity
#' ...
#'
#' @docType data
#'
#' @usage data(coalgov)
#' @format A data frame with 1286 rows and 21 variables:
#' \describe{
#'   \item{Col1}{description of Col1}
#' ...
#' }
#' @examples
#' data(coalgov)
"coalgov"

#'
#' CILS4EU 
#'
#' ...
#' schoolid school identifier
#' classid classroom identifier
#' youthid student identifier 
#' sex 
#' etn
#' parent_edu
#' parent_inc
#' test_lang
#' test_cogn
#'
#' @docType data
#'
#' @usage data(schoolnets)
#' @format ...
#' \describe{
#'   \item{Col1}{description of Col1}
#' ...
#' }
#' @examples
#' data(schoolnets)
#' @rdname schoolnets
"nodedat"
"edgedat"
benrosche/rmm documentation built on April 12, 2025, 9:49 a.m.