powered by
Data is given here for illustration purpose.Here the data frame contains 5 columns of block, treatment, left_neighbour, right_neighbour and yield.
sample_data
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
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
11
left_neighbour
right_neighbour
yield
a numeric vector
#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