sample_data | R Documentation |
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
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
#To view the sample data set
library(NBBDesigns)
sample_data
#To analyze the sample_data
anlys(sample_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.