#' Dataset of 159 Low Back Pain Patients with missing values
#'
#' A data frame with 159 observations of 15 variables related to low back pain.
#'
#' @format A data frame with 159 observations on the following 15 variables.
#' \describe{
#' \item{Chronic}{dichotomous}
#' \item{Gender}{dichotomous}
#' \item{Carrying}{categorical}
#' \item{Pain}{continuous}
#' \item{Tampascale}{continuous}
#' \item{Function}{continuous}
#' \item{Radiation}{dichotomous}
#' \item{Age}{continuous}
#' \item{Smoking}{dichotomous}
#' \item{Satisfaction}{categorical}
#' \item{JobControl}{continuous}
#' \item{JobDemands}{continuous}
#' \item{SocialSupport}{continuous}
#' \item{Duration}{continuous}
#' \item{BMI}{continuous}
#' }
#'
#' @examples
#' data(lbp_orig)
#' ## maybe str(lbp_orig)
#'
"lbp_orig"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.