182859/rnorm-function-in-r-usage
I understand the normal usage of rnorm (pardon the pun)
rnorm(n, mean = 0, sd = 1)
However, I came across the code below and I am not sure what the 2nd input array does as the mean.
y <- rnorm(12, rep(c(1,2,1), each=4),0.2)
According to my understanding, the setdiff() function ...READ MORE
I must turn a sizable dataset into ...READ MORE
I recently bought the following book: An Introduction ...READ MORE
percent in percent "returns a vector of ...READ MORE
According to help('percent in percent'), percent in ...READ MORE
You're probably looking for something similar to ...READ MORE
Unlike for and while loops, which test the loop condition at ...READ MORE
The c function in R programming usually stands ...READ MORE
I created an example that demonstrates the ...READ MORE
The first time works, but after that, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.