https://github.com/jasonjfoster/rolltalk
Presentation for rolling and expanding statistics of time-series data.
https://github.com/jasonjfoster/rolltalk
algorithms package presentation quarto r statistics
Last synced: about 1 year ago
JSON representation
Presentation for rolling and expanding statistics of time-series data.
- Host: GitHub
- URL: https://github.com/jasonjfoster/rolltalk
- Owner: jasonjfoster
- Created: 2024-06-02T14:59:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T23:01:33.000Z (about 2 years ago)
- Last Synced: 2025-04-11T04:06:16.533Z (about 1 year ago)
- Topics: algorithms, package, presentation, quarto, r, statistics
- Language: R
- Homepage: https://jasonjfoster.r-universe.dev/rolltalk
- Size: 106 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rolltalk
[](https://github.com/jasonjfoster/rolltalk/actions/workflows/check-standard.yaml)
## Overview
`rolltalk` is a presentation that provides rolling and expanding statistics for time-series data.
## Installation
Install the development version from GitHub:
``` r
# install.packages("devtools")
devtools::install_github("jasonjfoster/rolltalk")
```
## Usage
Load the presentation:
``` r
library(rolltalk)
# rolling and expanding statistics
roll_talk()
```