https://github.com/oduerr/stat
Bits and pieces in statistc
https://github.com/oduerr/stat
Last synced: 2 days ago
JSON representation
Bits and pieces in statistc
- Host: GitHub
- URL: https://github.com/oduerr/stat
- Owner: oduerr
- Created: 2018-10-09T12:50:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-27T08:05:06.000Z (8 months ago)
- Last Synced: 2025-10-27T10:10:50.032Z (8 months ago)
- Language: HTML
- Size: 5.48 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## stat
Bits and pieces in statistic and related field
## Running R and RStudio with docker (HTWG Labs)
* Start Docker (e.g. by clicking on the desktop symbole)
* Start powershell and start the container with
```bash
docker run --rm -v c:/Users/oduerr/r_files:/home/rstudio -p 8787:8787 -e PASSWORD=egal rocker/rstudio
```
change file 'oduerr/r_files' for your needs.
* Open http://localhost:8787/ in the browser (use username rstudio and password egal)
For a bit more details see [docker.pdf](docker.pdf)