Skip to content

Commit 0fc8a94

Browse files
Rerun for contrast background color
1 parent f3a3a99 commit 0fc8a94

38 files changed

+1221
-1292
lines changed

R_functions/quiz_renderer.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ show_quiz_from_json <- function(path, quiz_id_prefix = NULL) {
1616
html <- '
1717
<style>
1818
.quiz-question {
19-
background-color: #6c63ff;
19+
background-color: #392061;
2020
color: white;
2121
padding: 12px;
2222
border-radius: 10px;

individual_modules/advanced_regression_analysis_with_R/advanced_regression_analysis_with_R_extras.ipynb

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -100,20 +100,20 @@
100100
"\n",
101101
"Residuals:\n",
102102
" Min 1Q Median 3Q Max \n",
103-
"-13.037 -3.102 0.150 3.317 12.093 \n",
103+
"-11.465 -3.117 0.125 2.918 14.382 \n",
104104
"\n",
105105
"Coefficients:\n",
106106
" Estimate Std. Error t value Pr(>|t|) \n",
107-
"(Intercept) 9.0482 0.5143 17.593 <2e-16 ***\n",
108-
"VisitNum -0.2658 0.1618 -1.642 0.101 \n",
109-
"SexM -1.1286 0.6934 -1.628 0.104 \n",
110-
"VisitNum:SexM 0.2458 0.2085 1.179 0.239 \n",
107+
"(Intercept) 9.2834 0.5080 18.275 <2e-16 ***\n",
108+
"VisitNum -0.1923 0.1564 -1.230 0.219 \n",
109+
"SexM -0.6392 0.6616 -0.966 0.334 \n",
110+
"VisitNum:SexM -0.0136 0.1999 -0.068 0.946 \n",
111111
"---\n",
112112
"Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1\n",
113113
"\n",
114-
"Residual standard error: 4.624 on 685 degrees of freedom\n",
115-
"Multiple R-squared: 0.006415,\tAdjusted R-squared: 0.002063 \n",
116-
"F-statistic: 1.474 on 3 and 685 DF, p-value: 0.2203\n"
114+
"Residual standard error: 4.262 on 668 degrees of freedom\n",
115+
"Multiple R-squared: 0.01283,\tAdjusted R-squared: 0.008394 \n",
116+
"F-statistic: 2.893 on 3 and 668 DF, p-value: 0.03462\n"
117117
]
118118
},
119119
"metadata": {},
@@ -162,19 +162,19 @@
162162
"\n",
163163
"Residuals:\n",
164164
" Min 1Q Median 3Q Max \n",
165-
"-13.2979 -3.1486 0.2083 3.3241 12.3776 \n",
165+
"-11.5941 -3.1624 0.1885 2.9499 14.5579 \n",
166166
"\n",
167167
"Coefficients:\n",
168168
" Estimate Std. Error t value Pr(>|t|) \n",
169-
"(Intercept) 8.42721 0.34536 24.401 <2e-16 ***\n",
170-
"VisitNum:SexF -0.09742 0.12460 -0.782 0.435 \n",
171-
"VisitNum:SexM -0.14319 0.10767 -1.330 0.184 \n",
169+
"(Intercept) 8.90655 0.32541 27.370 < 2e-16 ***\n",
170+
"VisitNum:SexF -0.09198 0.11687 -0.787 0.43155 \n",
171+
"VisitNum:SexM -0.27235 0.10386 -2.622 0.00894 ** \n",
172172
"---\n",
173173
"Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1\n",
174174
"\n",
175-
"Residual standard error: 4.63 on 686 degrees of freedom\n",
176-
"Multiple R-squared: 0.002572,\tAdjusted R-squared: -0.0003362 \n",
177-
"F-statistic: 0.8844 on 2 and 686 DF, p-value: 0.4134\n"
175+
"Residual standard error: 4.262 on 669 degrees of freedom\n",
176+
"Multiple R-squared: 0.01145,\tAdjusted R-squared: 0.008493 \n",
177+
"F-statistic: 3.874 on 2 and 669 DF, p-value: 0.02125\n"
178178
]
179179
},
180180
"metadata": {},
@@ -221,20 +221,20 @@
221221
"\n",
222222
"Residuals:\n",
223223
" Min 1Q Median 3Q Max \n",
224-
"-13.037 -3.102 0.150 3.317 12.093 \n",
224+
"-11.465 -3.117 0.125 2.918 14.382 \n",
225225
"\n",
226226
"Coefficients:\n",
227227
" Estimate Std. Error t value Pr(>|t|) \n",
228-
"(Intercept) 9.04816 0.51431 17.593 <2e-16 ***\n",
229-
"SexM -1.12864 0.69338 -1.628 0.104 \n",
230-
"SexF:VisitNum -0.26578 0.16182 -1.642 0.101 \n",
231-
"SexM:VisitNum -0.02001 0.13150 -0.152 0.879 \n",
228+
"(Intercept) 9.2834 0.5080 18.275 <2e-16 ***\n",
229+
"SexM -0.6392 0.6616 -0.966 0.3343 \n",
230+
"SexF:VisitNum -0.1923 0.1564 -1.230 0.2191 \n",
231+
"SexM:VisitNum -0.2059 0.1245 -1.654 0.0987 . \n",
232232
"---\n",
233233
"Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1\n",
234234
"\n",
235-
"Residual standard error: 4.624 on 685 degrees of freedom\n",
236-
"Multiple R-squared: 0.006415,\tAdjusted R-squared: 0.002063 \n",
237-
"F-statistic: 1.474 on 3 and 685 DF, p-value: 0.2203\n"
235+
"Residual standard error: 4.262 on 668 degrees of freedom\n",
236+
"Multiple R-squared: 0.01283,\tAdjusted R-squared: 0.008394 \n",
237+
"F-statistic: 2.893 on 3 and 668 DF, p-value: 0.03462\n"
238238
]
239239
},
240240
"metadata": {},

individual_modules/advanced_regression_analysis_with_R/expanding_the_mixed_effects_model_framework.ipynb

Lines changed: 106 additions & 106 deletions
Large diffs are not rendered by default.

individual_modules/advanced_regression_analysis_with_R/mixed_effects_models.ipynb

Lines changed: 319 additions & 329 deletions
Large diffs are not rendered by default.

individual_modules/advanced_regression_analysis_with_R/regression_models_with_interaction_terms.ipynb

Lines changed: 81 additions & 81 deletions
Large diffs are not rendered by default.

individual_modules/introduction_to_julia/arrays_and_matrices.ipynb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
"data": {
9090
"text/plain": [
9191
"3×2 Matrix{Int64}:\n",
92-
" 1 0\n",
93-
" 1 0\n",
94-
" 1 0"
92+
" 4524021216 0\n",
93+
" 0 4790380560\n",
94+
" 4553880528 0"
9595
]
9696
},
9797
"execution_count": 1,
@@ -426,10 +426,10 @@
426426
"data": {
427427
"text/plain": [
428428
"4-element Vector{Float64}:\n",
429-
" 0.4479609010756429\n",
430-
" 0.5866675558657799\n",
431-
" 0.10463379398694173\n",
432-
" 0.39069948101593877"
429+
" 0.19297094327137432\n",
430+
" 0.8303537059025339\n",
431+
" 0.5105989034305005\n",
432+
" 0.7845809829918222"
433433
]
434434
},
435435
"execution_count": 10,
@@ -458,8 +458,8 @@
458458
"data": {
459459
"text/plain": [
460460
"2×2 Matrix{Float64}:\n",
461-
" -0.697594 0.0733684\n",
462-
" -1.29079 -0.718157"
461+
" -1.94493 0.745495\n",
462+
" -1.17203 0.413642"
463463
]
464464
},
465465
"execution_count": 11,
@@ -488,9 +488,9 @@
488488
"data": {
489489
"text/plain": [
490490
"3×4 Matrix{Float64}:\n",
491-
" 2.122e-314 1.061e-313 0.0 0.0\n",
492-
" 8.48798e-314 2.5e-323 0.0 0.0\n",
493-
" 8.48798e-314 0.0 0.0 0.0"
491+
" 2.54639e-313 6.36599e-313 0.0 3.60739e-313\n",
492+
" 4.03179e-313 6.36599e-313 0.0 8.70018e-313\n",
493+
" 7.21479e-313 5.72939e-313 1.1e-322 3.5e-323"
494494
]
495495
},
496496
"execution_count": 12,
@@ -2047,7 +2047,7 @@
20472047
"text/html": [
20482048
"<style>\n",
20492049
".quiz-question {\n",
2050-
" background-color: #6c63ff;\n",
2050+
" background-color: #392061;\n",
20512051
" color: white;\n",
20522052
" padding: 12px;\n",
20532053
" border-radius: 10px;\n",

individual_modules/introduction_to_julia/control_flow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@
586586
"text/html": [
587587
"<style>\n",
588588
".quiz-question {\n",
589-
" background-color: #6c63ff;\n",
589+
" background-color: #392061;\n",
590590
" color: white;\n",
591591
" padding: 12px;\n",
592592
" border-radius: 10px;\n",
71.1 KB
Loading

individual_modules/introduction_to_julia/functions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@
10491049
"text/html": [
10501050
"<style>\n",
10511051
".quiz-question {\n",
1052-
" background-color: #6c63ff;\n",
1052+
" background-color: #392061;\n",
10531053
" color: white;\n",
10541054
" padding: 12px;\n",
10551055
" border-radius: 10px;\n",

individual_modules/introduction_to_julia/implemented_game_of_life.ipynb

Lines changed: 23 additions & 19 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)