pima: Pima Indians Dataset

Description Usage Format Details Examples

Description

Dataset of health related numerical data of Pima Indians related to diabetes. Access this file by performing: system.file("extdata", "PIMA.csv", package = "MEGAplot")

Usage

1
data("PIMA.csv")

Format

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

PRG

a numeric vector

PLASMA

a numeric vector

BP

a numeric vector

THICK

a numeric vector

INSULIN

a numeric vector

BODY

a numeric vector

PEDIGREE

a numeric vector

AGE

a numeric vector

RESPONSE

a factor with levels 0 1

Details

Pima Indians Diabetes Health info. This dataset is used in the code.R script.

Examples

1
2
data(PIMA.csv)
superplot(pima[,2], pima[,3])

michaeltwang/MEGAplot-for-Stats486 documentation built on May 9, 2019, 5:53 a.m.