Question: Consider the following code: die
Consider the following code: die <-c(1, 2, 3, 4, 5, 6) sample (die, 1, replace = TRUE) Please choose the right comment on it's replace argument. We specify replace = TRUE, because the sample function will return a fixed number 1. We specify replace= TRUE, because the die population values are all unique. O Here, replace=TRUE and replace=FALSE will come to the same effect because the sample size is 1. O The clause replace = TRUE means, on each new run on this code, the sample will be the same
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
