Learn R Programming

NBBDesigns (version 1.1.0)

sample_data: sample data for analysis of NBB/PNBB design

Description

Data is given here for illustration purpose.Here the data frame contains 5 columns of block, treatment, left_neighbour, right_neighbour and yield.

Usage

sample_data

Arguments

Format

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

block

a factor with levels 1 2 3 4 5 6 7 8 9 10

treatment

a factor with levels 1 2 3 4 5 6 7 8 9 10 11

left_neighbour

a factor with levels 1 2 3 4 5 6 7 8 9 10 11

right_neighbour

a factor with levels 1 2 3 4 5 6 7 8 9 10 11

yield

a numeric vector

Examples

Run this code
#To view the sample data set
library(NBBDesigns)
sample_data
#To analyze the sample_data
anlys(sample_data)

Run the code above in your browser using DataLab