| sample_data {NBBDesigns} | R Documentation |
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
Format
A data frame with 110 observations on the following 5 variables.
blocka factor with levels
12345678910treatmenta factor with levels
1234567891011left_neighboura factor with levels
1234567891011right_neighboura factor with levels
1234567891011yielda numeric vector
Examples
#To view the sample data set
library(NBBDesigns)
sample_data
#To analyze the sample_data
anlys(sample_data)
[Package NBBDesigns version 1.1.0 Index]