Question: Please execute the following R code: set.seed(222) x = sample(c(TRUE,FALSE),100,replace=TRUE) Now, what is the percentage of TRUE in the vector x?
Please execute the following R code: set.seed(222)
x = sample(c("TRUE","FALSE"),100,replace=TRUE)
Now, what is the percentage of "TRUE" in the vector x?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
