-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
_freeze/materials/02-operationalisation/execute-results/html.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-32.2 KB
(35%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-10-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+177 Bytes
(100%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-11-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-28.9 KB
(29%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-13-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+193 Bytes
(100%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-14-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-35.8 KB
(29%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-16-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+378 Bytes
(100%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-17-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-34.7 KB
(29%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-19-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+208 Bytes
(100%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-20-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-27.6 KB
(30%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-22-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+329 Bytes
(100%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-23-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-36.1 KB
(34%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-27-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-38.2 KB
(29%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-27-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.58 KB
(100%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-28-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.66 KB
(110%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-30-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-30.3 KB
(26%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+161 Bytes
(100%)
_freeze/materials/02-operationalisation/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
from plotnine import * | ||
import pandas as pd | ||
import numpy as np | ||
import pingouin as pg | ||
from scipy import stats | ||
import statsmodels.api as sm | ||
import statsmodels.formula.api as smf | ||
import scikit_posthocs as sp | ||
#exec(open('setup_files/dgplots_knitr.py').read()) | ||
theme_set(theme_bw()) | ||
import pingouin as pg | ||
from plotnine import * | ||
import pandas as pd | ||
import numpy as np | ||
from scipy import stats | ||
import statsmodels.api as sm | ||
import statsmodels.formula.api as smf | ||
import scikit_posthocs as sp | ||
#exec(open('setup_files/dgplots_knitr.py').read()) | ||
theme_set(theme_bw()) |