Question: Seed ( ) function sets the starting number used to generate a sequence of random numbers set.seed ( 3 0 0 ) df creates the

Seed() function sets the starting number used to generate a sequence of random numbers
set.seed(300)
df creates the dataframe
df <- data.frame(x =1:20,
Rnorm simulates random variates having a specified normal distribution
m1= rnorm(10),

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!