#' The SOC dataset or Sense of Coherence
#'
#' The outcome is a group of variables and 155 rows that measure Sense of Coherence and its attributes.
#' According to Antonovsky Sense of Coherence is the capacity to cope with stress.
#' @title SOC is a dataset that contains a measurements of Sense of Coherence
#' @description Dataset of a study of Sense of Coherence (SOC) in a Peruvian sample
#' @docType data
#' @usage data(SOC)
#'
#' @format A data frame with 155 rows and 26 variables:
#' \describe{
#' \item{\code{Id}}{integer simple id of every person in the dataset}
#' \item{\code{Sexo}}{character sex of participants just categorised as men and women}
#' \item{\code{Edad}}{integer age of every participant}
#' \item{\code{Nivel_educativo}}{character educational level, primary school, secondary school and university}
#' \item{\code{SOC_1}}{integer item with likert scale between 1 to 7 that measures SOC }
#' \item{\code{SOC_2}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_3}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_4}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_5}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_6}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_7}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_8}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_9}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_10}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_11}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_12}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_13}}{integer item with likert scale between 1 to 7 that measures SOC}
#' \item{\code{SOC_1_INV}}{integer item with likert scale between 1 to 7 that measures SOC, inverted item}
#' \item{\code{SOC_2_INV}}{integer item with likert scale between 1 to 7 that measures SOC, inverted item}
#' \item{\code{SOC_3_INV}}{integer item with likert scale between 1 to 7 that measures SOC, inverted item}
#' \item{\code{SOC_7_INV}}{integer item with likert scale between 1 to 7 that measures SOC, inverted item}
#' \item{\code{SOC_10_INV}}{integer item with likert scale between 1 to 7 that measures SOC, inverted item}
#' \item{\code{TOTAL_SOC}}{integer Total Sense of coherence calculated by adding all items, here inverted ítems have been used in ítems 1,2,3,7,10}
#' \item{\code{Comprensibility}}{integer Total Comprehensibility calculated by adding ítems}
#' \item{\code{Manejability}}{integer Total Manejeability calculated by adding ítems}
#' \item{\code{Meaningfulness}}{integer Meaningfulness}
#'}
#' @source \url{https://github.com/jsaraviadrago/bluegrafir/blob/master/data/SOC.csv}
#' @examples
#' data(SOC)
"SOC"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.