R/acitelli-data.R

#' Acitelli
#'
#' Acitelli, L. K. (1997). Sampling couples to understand them: Mixing the theoretical with the practical. Journal of Social and Personal Relationships, 14, 243-261.
#'
#' @format A data frame with 296 rows and 16 variables:
#' \describe{
#'   \item{CoupleID}{each couple has 1 couple id}
#'   \item{Yearsmar}{each couple has 1 value for years married (centered; 11.214 subtracted)}
#'   \item{Partnum}{A variable to distinguish the two members (1 and 2) }
#'   \item{Gender_A}{-1 Female; 1 Male}
#'   \item{SelfPos_A}{Mean of positive self variables (uncentered)}
#'   \item{OtherPos_A}{Mean of positive partner variables (uncentered)(both variables the average of Cooperative, Mature, Friendly, Hard Working and Care about Others)}
#'   \item{Satisfaction_A}{Mean of four variables (theoretical range from 1 to 4)}
#'   \item{Tension_A}{Mean of two disagreement and tension (theoretical range from 1 to 4)}
#'   \item{SimHob_A}{Perception of having similar hobbies (1 = very true; 0 = somewhat true; -1 = not at all true)}
#'   \item{Gender_P}{-1 Female; 1 Male}
#'   \item{SelfPos_P}{Mean of positive self variables (uncentered)}
#'   \item{OtherPos_P}{Mean of positive partner variables (uncentered) (both variables the average of Cooperative, Mature, Friendly, Hard Working and Care about Others)}
#'   \item{Satisfaction_P}{Mean of four variables (theoretical range from 1 to 4)}
#'   \item{Tension_P}{Mean of two disagreement and tension (theoretical range from 1 to 4)}
#'   \item{SimHob_P}{Perception of having similar hobbies (1 = very true; 0 = somewhat true; -1 = not at all true)}
#'   \item{Gender}{String variable with Husband and Wife}
#' }
#' @source \url{https://journals.sagepub.com/doi/10.1177/0265407597142006}
"acitelli"
jasonmoy28/psycModel documentation built on Sept. 6, 2024, 11:45 a.m.