Learn R Programming

GLMsData (version 1.4)

rootstock: Rootstock data

Description

The data come from an experiment to investigate the propogation of plum root-stocks

Usage

data(rootstock)

Arguments

Format

A data frame with 8 observations on the following 4 variables.

Count

the number in each category; a numeric vector

Time

the time of planting; a numeric vector with levels Now (straight away) or Spring (spring)

Length

the length of the cutting; a numeric vector with levels Long or Short

Condition

the condition of the cutting at the end of the experiment; a numeric vector with levels Alive or Dead

Examples

Run this code
data(rootstock)
summary(rootstock)

Run the code above in your browser using DataLab