-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathsoybean.txt
More file actions
30 lines (17 loc) · 723 Bytes
/
soybean.txt
File metadata and controls
30 lines (17 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Data frame representing soybean seeds that failed to germinate
Description:
These data represent 5 plots, of 20 soybean seeds each, randomly assigned
to different fertilizers (treatments). After treatment, the
plots were given 30 days to germinate. The number of seeds that
did not germinate were recorded as failed.
Usage:
comps <- read.csv("https://roualdes.us/data/soybean.csv")
Format:
Data frame has 25 observations on the following 3 variables.
'treatment' Categorical variable indicating the treatment recieved.
'block' The plot to which the treatment was applied.
'failed' The number of seeds that did not germinate.
Source:
TBA.
References:
TBA.