Answers for "runif in r example"

1

runif in r example

r <- runif(n = 1000,min = 0, max = 1)
# generates random deviates of the uniform distribution in 0 to 1 range
Posted by: Guest on April-12-2021
-1

r runif

runif()
Posted by: Guest on March-29-2021

Browse Popular Code Answers by Language