Skip to content

Commit

Permalink
Update r-linear-model-overfitting.irnb
Browse files Browse the repository at this point in the history
  • Loading branch information
vsyrgkanis committed Jul 13, 2024
1 parent 2710c31 commit ecf7732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PM1/r-linear-model-overfitting.irnb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"set.seed(123)\n",
"n <- 1000\n",
"\n",
"p <- n/2\n",
"p <- n / 2\n",
"x <- matrix(rnorm(n * p), n, p)\n",
"y <- rnorm(n)\n",
"\n",
Expand Down

0 comments on commit ecf7732

Please sign in to comment.