Skip to content

Commit

Permalink
upload week01 assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
LPREM committed Jan 8, 2024
1 parent 95339b0 commit dd37cef
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions materials/worksheet_01/worksheet_01.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@
"deletable": false,
"nbgrader": {
"cell_type": "code",
"checksum": "a7cc6dd7b86d7f485e48aa88cb0d0c12",
"checksum": "8be0e706a1529d293bc4542add0802c7",
"grade": false,
"grade_id": "cell-e524dde54936450d",
"locked": false,
Expand All @@ -1273,19 +1273,19 @@
"set.seed(10) #don't change this\n",
"\n",
"# tiktok_permute_results <-\n",
"#     tibble(\n",
"#         obs_test_stat = ... %>%\n",
"#             specify(formula = ... ~ ...) %>%\n",
"#             calculate(stat = \"diff in means\", order = c(\"new\", \"current\")) %>%\n",
"#             pull(),\n",
"#         pvalue = ... %>%\n",
"#             specify(formula = ... ~ ...) %>%\n",
"#             hypothesize(null = ...) %>%\n",
"#             generate(reps = ..., type = \"permute\") %>%\n",
"#             calculate(stat = ..., order = c(\"new\", \"current\")) %>%\n",
"#             get_p_value(obs_stat = ..., direction = ...) %>%\n",
"#             pull()\n",
"#     )\n",
"# tibble(\n",
"# obs_test_stat = ... %>%\n",
"# specify(formula = ... ~ ...) %>%\n",
"# calculate(stat = \"diff in means\", order = c(\"new\", \"current\")) %>%\n",
"# pull(),\n",
"# pvalue = ... %>%\n",
"# specify(formula = ... ~ ...) %>%\n",
"# hypothesize(null = ...) %>%\n",
"# generate(reps = ..., type = \"permute\") %>%\n",
"# calculate(stat = ..., order = c(\"new\", \"current\")) %>%\n",
"# get_p_value(obs_stat = ..., direction = ...) %>%\n",
"# pull()\n",
"# )\n",
"\n",
"# your code here\n",
"fail() # No Answer - remove if you provide an answer\n",
Expand Down

0 comments on commit dd37cef

Please sign in to comment.