R/Sutton.R

#' Sutton data on leisure preferences
#' 
#' In a survey conducted in Florida, C.Sutton asked a group of female elderly for 14 
#' white and 13 black retired women aged 70-79 "with which sex do you prefer to spend 
#' your leisure?" Each elderly ranked the three choices: A: male(s), B: female(s), 
#' C: both sexes, assigning rank 1 to the most desired choice, rank 2 to the next most 
#' desired rank 3 to the least desired choice. The first object in the ranking corresponds 
#' to "male", the second to "female" and the third to "both". It was desired to compare
#' these two groups on leisure preferences and attitudes on retirement of the elderly.
#' 
#' \itemize{
#'   \item Male, Female and Both.   The ranks of the 3 choices
#'   \item White and Black.     The frequncies of each ranking of the group
#'   
#' }
#' 
#' @docType data
#' @keywords datasets
#' @format A data frame with 6 rows and 5 variables
#' @name Sutton
NULL

Try the StatMethRank package in your browser

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

StatMethRank documentation built on Jan. 15, 2017, 8:59 p.m.