Learn R Programming

lmreg (version 1.2)

skulls: Egyptian skull development

Description

Measurements of male Egyptian skulls from time periods ranging from 4000 BC to 150 AD.

Usage

data(skulls)

Arguments

Format

A data frame with 150 observations on the following 5 variables.

MB

Maximal breadth (in mm)

BH

Basibregmatic height (in mm)

BL

Basialveolar length (in mm)

NH

Nasal height (in mm)

Year

Approximate Year of Skull Formation (negative = B.C., positive = A.D.)

Examples

Run this code
# NOT RUN {
data(skulls)
head(skulls)
# }

Run the code above in your browser using DataLab