Learn R Programming

reglogit (version 1.2-7)

pima: Pima Indian Data

Description

A population of women who were at least 21 years old, of Pima Indian heritage and living near Phoenix, Arizona, was tested for diabetes according to World Health Organization criteria. The data were collected by the US National Institute of Diabetes and Digestive and Kidney Diseases.

Usage

data(pima)

Arguments

Format

A data frame with 768 observations on the following 9 variables.

npreg

number of pregnancies

glu

plasma glucose concentration in an oral glucose tolerance test

bp

diastolic blood pressure (mm Hg)

skin

tricepts skin fold thickness (mm)

serum

2-hour serum insulin (mu U/ml)

bmi

mody mass index (weight in kg/(height in m)^2)

ped

diabetes pedigree function

age

age in years

y

classification label: 1 for diabetic

Examples

Run this code
data(pima)
## see reglogit documentation for an example using this data

Run the code above in your browser using DataLab