Last data update: 2014.03.03

R: Randomized Block Experiment of Plots of Beans
beansR Documentation

Randomized Block Experiment of Plots of Beans

Description

Results of a randomized block experiment in the Cook Islands involving the effect of six different treatments on plots of beans infested by the serpentine leaf miner insect.

Usage

data(beans)

Format

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

Block

a factor with levels 1 2 3 4.

Treatment

a factor with levels 1 2 3 4 5 6.

y1

a numeric vector. The number of miners per leaf.

y2

a numeric vector. The weight of beans per plot (in kg).

y3

a numeric vector. 1/sin(sqrt(p)), where p is the proportion of leaves infested with borer.

Details

The value of variable y3 in Block 4 for Treatment 2 is an estimate of a missing value.

Source

Data courtesy of Dr. R. Fullerton.

References

Seber, G. A. F. (1998), Multivariate Observations, London: Arnold.

Examples

data(beans)
plot(beans)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(MNM)
Loading required package: ICSNP
Loading required package: mvtnorm
Loading required package: ICS
Loading required package: SpatialNP
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/MNM/beans.Rd_%03d_medium.png", width=480, height=480)
> ### Name: beans
> ### Title: Randomized Block Experiment of Plots of Beans
> ### Aliases: beans
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(beans)
> plot(beans)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>