Question: What is the correct statement about the following R code: numsim = 1000 X = rtruncnorm(numsim, a=0, mean = 0, sd = 1) Y =
What is the correct statement about the following R code: numsim = 1000 X = rtruncnorm(numsim, a=0, mean = 0, sd = 1) Y = rnorm(numsim, mean = 0, sd = 1) a. X and Y are normally distributed with a range from -infinity to infinity b. Y is normally distributed with a range from -3 to 3 c. The range of X is from 0 to infinity d. X and Y are normally distributed with a range from 0 to infinity
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
