https://github.com/repsychling/contrasts-and-formula
A short introduction to StatsModels.jl: contrasts, `@formula`, and Terms
https://github.com/repsychling/contrasts-and-formula
Last synced: 8 months ago
JSON representation
A short introduction to StatsModels.jl: contrasts, `@formula`, and Terms
- Host: GitHub
- URL: https://github.com/repsychling/contrasts-and-formula
- Owner: RePsychLing
- Created: 2020-02-17T16:06:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T19:20:37.000Z (about 6 years ago)
- Last Synced: 2025-02-28T22:50:31.934Z (over 1 year ago)
- Language: HTML
- Homepage: https://repsychling.github.io/contrasts-and-formula/
- Size: 205 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StatsModels.jl tutorial
Brief tutorial on using [contrast
coding](https://juliastats.org/StatsModels.jl/stable/contrasts/) and the
[`@formula` language](https://juliastats.org/StatsModels.jl/stable/formula/) in
Julia.
[Link to the HTML notebook.](contrasts-and-formula.html)
There's also a [Jupyter notebook](contrasts-and-formula.ipynb) you can download
and run, and a [Julia-markdown source](contrasts-and-formula.jmd) for both