Learn R Programming

GLMsData (version 1.4)

gopher: Clutch sizes of Gopher tortoises

Description

The clutch sizes from various studies of Gopher tortoises

Usage

data(gopher)

Arguments

Format

A data frame with 19 observations on the following 6 variables.

Site

the site number (an identifier); a numeric vector

Latitude

the latitude at which the study was conducted; a numeric vector

Evap

the mean total annual actual evapotranspiration (in mm); a numeric vector

Temp

the mean annual temperature in degrees Celsius; a numeric vector

ClutchSize

the mean clutch size; a numeric vector

SampleSize

the size of the sample upon which the ClutchSize was computed; a numeric vector

Details

Nineteen populations of Gopher tortoises were examined across 17 different studies; from each study, the mean clutch size and various other variables were compiled.

Examples

Run this code
data(gopher)
summary(gopher)

Run the code above in your browser using DataLab