R/park.R

#' Parkinsons Dataset
#'
#'
#' @docType data
#'
#' @usage data(park)
#'
#' @format An object of class 
#'
#' @keywords datasets
#'
#' @references Frank, A. and A. Asuncion. UCI Machine Learning Repository. 2010.
#' 
#'
#' @source \href{https://archive.ics.uci.edu/ml/datasets/parkinsons}{parkinsons}
#'
#' @examples
#' data(park)
#' xx <- park$xx
#' yy <- park$yy
#' 
"park"
RuzhangZhao/Immigrate documentation built on May 24, 2020, 5:38 a.m.