Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas Graz
2causality-course-ethz-2021
Commits
0137ed3a
Commit
0137ed3a
authored
May 13, 2021
by
Lukas Graz
Browse files
Auto-saving for gasfunken on branch master from commit
212a7299
parent
212a7299
Pipeline
#195068
passed with stage
in 4 minutes and 58 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
2causality-course-ethz-2021.Rproj
0 → 100644
View file @
0137ed3a
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
Untitled.ipynb
0 → 100644
View file @
0137ed3a
%% Cell type:code id: tags:
```
R
load
(
"data/ComputeInterventionsData1.Rdata"
)
data
=
data.loaded
print
(
ls
())
ls.str
()
```
%%%% Output: stream
[1] "data" "data.loaded"
%%%% Output: display_data
%% Cell type:code id: tags:
```
R
rm
(
list
=
ls
())
#gc()
install.packages
(
"CondIndTests"
)
install.packages
(
"ppcor"
)
install.packages
(
"dHSIC"
)
install.packages
(
"seqICP"
)
install.packages
(
"InvariantCausalPrediction"
)
install.packages
(
"MASS"
)
install.packages
(
"mgcv"
)
install.packages
(
"AER"
)
install.packages
(
"igraph"
)
```
%%%% Output: stream
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
notebooks/ComputeInterventions.ipynb
View file @
0137ed3a
...
...
@@ -332,9 +332,7 @@
},
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"metadata": {},
"source": [
"### End of Solution 4 "
]
...
...
@@ -353,9 +351,9 @@
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "
3.5.2
"
"version": "
4.0.0
"
}
},
"nbformat": 4,
"nbformat_minor":
2
"nbformat_minor":
4
}
untitled.md
0 → 100644
View file @
0137ed3a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment