R/stalker.R

#' Toy dataset of Therapeutic intervention for stalkers.
#'
#' A dataset containing the therapy type, amount of therapy, and stalking time in hours.
#'
#' @format A data frame with 78 rows and 3 variables:
#' \describe{
#'   \item{Therapy}{Therapy Type: Cruel to be Kind Therapy, Psychodyshamic Therapy, None}
#'   \item{AmtTher}{Amount of Therapy: 6 Weeks, 12 Weeks}
#'   \item{Stalker}{Time Spent Stalking: Hours per Week}
#'   ...
#' }
#' @source internally created toy dataset
"stalker"
A-Farina/pl462 documentation built on May 9, 2022, 1:52 p.m.