R/income.credit.R

##' @name income.credit
##' @title Income and Credit Card Possession Data
##'
##' @description Data on annual income (euros), number of subjects at that income level, and number possessing##'  a travel credit card. 
##' Source: Based on data in "Categorical Data Analysis," Quaderni del Corso Estivo di Statistica e Calcolo delle Probabilita;, n. 4., Istituto di Metodi Quantitativi, Universita; Luigi Bocconi, a cura di R. Piccarreta (1993).
##' Table 15.1 of 4th edition.
##' 
##' @docType data
##' @format \Sexpr[stage=build,results=rd]{data(income.credit); smss:::df_format(income.credit)}
##'
##' @examples
##' data(income.credit)
##' summary(income.credit)
##' @source \url{http://www.stat.ufl.edu/~aa/social/data.html}
NULL

Try the smss package in your browser

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

smss documentation built on May 1, 2019, 7:05 p.m.