No articles match
The theory of the online update algorithms4 months ago
Theory | Bayesian update rule | Players nested within team | Glicko rating system | Glicko2 rating system | Bayesian Bradley Terry | Dynamic Bayesian Logit | Additional controls | lambda | kappa | weight
Advanced features4 months ago
Basic marimekko plot | Pearson residuals | Three-variable nested mosaic | Y-axis labels | Data extraction with fortify | Extending with custom ggplot2 layers | Extending with StatMarimekkoTiles | How it works | Example: bubble overlay | Example: residual markers | Example: rectangle outlines | StatMarimekkoTiles vs fortify_marimekko() | Combining layers | Independent x/y gaps | Colour palette | Plotly interactivity | In-aesthetic expressions | Namespace-qualified usage | Summary of parameters
Getting started with marimekko4 months ago
What is a marimekko plot? | Installation | Your first marimekko plot | Aesthetics | Gap control | Marginal percentages | Adding text labels | Theming | Faceting | Next steps
Migrating from ggmosaic to marimekko4 months ago
Why migrate? | Function mapping | Side-by-side examples | One dimensional — spine plot and bar chart | Two dimensional — mosaic plot and stacked bar chart | Three dimensional | Three variables — nested mosaic | Conditioning with conds | Faceting | Divider types and standardize | Offset / spacing | Text labels | Axis labels and percentages | HairEyeColor — a larger example | Key differences to be aware of | 1. No product() wrapper | 2. Automatic axis labels | 3. No divider argument | 4. inherit.aes defaults to TRUE | 5. Text labels need explicit label aesthetic | plotly support | Search-and-replace checklist | References
Apply any R function on rolling windows4 months ago
Basic usage | Index-based windows | Evaluation at specific points | Varying window size and lag | NA padding | Data frames and matrices | dplyr integration | Parallel execution | Built-in functions
Built-in functions4 months ago
Running aggregations | min_run, max_run, sum_run, mean_run | Using idx for time-based windows | streak_run | Utility functions | lag_run | fill_run | which_run
Getting started with runner4 months ago
Overview | Window types | Sliding window (k) | Lag (lag) | Index-based windows (idx) | Evaluation at specific points (at)
Runner examples4 months ago
Unique elements in a 7-day window | Weekly trimmed mean | Prediction from rolling 2-week regression | Grouped rolling sums with uneven time gaps | Rolling distinct count by group | Grouped rolling regression with run_by | Cross-referencing another data.frame in grouped context
sport an R package for online update algorithms11 months ago
About | Package Usage | Available Data | Estimate dynamic ratings | Output | Advanced sport | Formula | Controlling update size by weight | Avoiding excessive RD shrinkage with kappa | Control output uncertainty by lambda | Players nested within teams