An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# rolltalk

[![](https://github.com/jasonjfoster/rolltalk/actions/workflows/check-standard.yaml/badge.svg)](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()
```