Search found 1 match

by srk80
Sat Mar 18, 2023 7:39 am
Forum: Statistics
Topic: Create a variable using base R
Replies: 1
Views: 1202

Create a variable using base R

Hi, I would like to create a new toy dataset with variable X.
Is it possible to create 100 rows with the following code?
X = rnorm(100, 0, 1)