R/data_social_psy.R

#' @title Social Psychological (Simulated) Data
#'
#' @description Simulated data capturing social psychological responses in 
#' a real-world college setting. This dataset represents college students' 
#' feelings, attitudes, and perceptions related to their experiences in 
#' STEM degree programs. It was designed to reflect key psychological 
#' factors that influence student engagement, motivation, and persistence 
#' in STEM fields.
#'
#' @format A data.frame with 10,200 rows and 17 columns:
#' \describe{
#' \item{id}{participant id number)}
#' \item{belong_1}{I feel like I belong at this institution (1=Strongly Disagree,
#' 2=Disagree,3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{belong_2}{I feel like part of the community (1=Strongly Disagree,
#' 2=Disagree,3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{belong_3}{I feel valued by this institution (1=Strongly Disagree,
#' 2=Disagree,3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{identity_1}{This institution is a big part of who I am (1=Strongly
#' Disagree,2=Disagree,3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{identity_2}{I feel comfortable being myself in this setting
#' (1=Strongly Disagree,2=Disagree,3=Neither agree nor disagree,4=Agree,
#' 5=Strongly Agree)}
#' \item{identity_3}{This institution is a big part of who I am (1=Strongly Disagree,
#' 2=Disagree,3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{identity_4}{I care about doing well at this institution (1=Strongly Disagree,
#' 2=Disagree,3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{selfEfficacy_1}{I am confident about A (1=Strongly Disagree,2=Disagree,
#' 3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{selfEfficacy_2}{I am confident about B (1=Strongly Disagree,2=Disagree,
#' 3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{selfEfficacy_3}{I am confident about C (1=Strongly Disagree,2=Disagree,
#' 3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{selfEfficacy_4}{I am confident about D (1=Strongly Disagree,2=Disagree,
#' 3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{selfEfficacy_5}{I am confident about E (1=Strongly Disagree,2=Disagree,
#' 3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{selfEfficacy_6}{I am confident about F (1=Strongly Disagree,2=Disagree,
#' 3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{selfEfficacy_7}{I am confident about G (1=Strongly Disagree,2=Disagree,
#' 3=Neither agree nor disagree,4=Agree,5=Strongly Agree)}
#' \item{gender}{Participant's gender identity (1=Woman,2=Man,3=Non-binary,
#' 4=Self-identify,5=Transgender,6=Gender-queer/non-conforming)}
#' \item{citizen}{Participant's citizenship status (1=U.S. citizen,2=Non-U.S.
#' citizen with permanent residency,3=Non-U.S. citizen with temporary visa,4=Other)}
#' }
"social_psy_data"

Try the summarytabl package in your browser

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

summarytabl documentation built on Nov. 6, 2025, 5:07 p.m.