Skip to content

Commit

Permalink
Update r-rct-penn-precision-adj.irnb
Browse files Browse the repository at this point in the history
  • Loading branch information
vsyrgkanis committed Jul 23, 2024
1 parent 8a7b4f6 commit fd68b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CM1/r-rct-penn-precision-adj.irnb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"file <- \"https://raw.githubusercontent.com/CausalAIBook/MetricsMLNotebooks/main/data/penn_jae.dat\"\n",
"Penn <- as.data.frame(read.table(file, header = TRUE))\n",
"\n",
"n <- dim(Penn)[1] adsfasdf\n",
"n <- dim(Penn)[1]\n",
"p_1 <- dim(Penn)[2]\n",
"Penn <- subset(Penn, tg == 4 | tg == 0)\n",
"attach(Penn)"
Expand Down

0 comments on commit fd68b29

Please sign in to comment.