All Projects → yihui → Animation

yihui / Animation

A gallery of animations in statistics and utilities to create animations

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Animation

Gtsummary
Presentation-Ready Data Summary and Analytic Result Tables
Stars: ✭ 450 (+160.12%)
Mutual labels:  statistics, r-package
bigstatsr
R package for statistical tools with big matrices stored on disk.
Stars: ✭ 139 (-19.65%)
Mutual labels:  statistics, r-package
Projpred
Projection predictive variable selection
Stars: ✭ 76 (-56.07%)
Mutual labels:  statistics, r-package
Arsenal
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
Stars: ✭ 171 (-1.16%)
Mutual labels:  statistics, r-package
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+791.33%)
Mutual labels:  statistics, r-package
Whylogs Java
Profile and monitor your ML data pipeline end-to-end
Stars: ✭ 164 (-5.2%)
Mutual labels:  statistics
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (-2.31%)
Mutual labels:  statistics
Writexl
Portable, light-weight data frame to xlsx exporter for R
Stars: ✭ 162 (-6.36%)
Mutual labels:  r-package
Udpipe
R package for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing Based on the UDPipe Natural Language Processing Toolkit
Stars: ✭ 160 (-7.51%)
Mutual labels:  r-package
Pyhf
pure-Python HistFactory implementation with tensors and autodiff
Stars: ✭ 171 (-1.16%)
Mutual labels:  statistics
Ee Outliers
Open-source framework to detect outliers in Elasticsearch events
Stars: ✭ 172 (-0.58%)
Mutual labels:  statistics
Hypothesistests.jl
Hypothesis tests for Julia
Stars: ✭ 166 (-4.05%)
Mutual labels:  statistics
Stats
A well tested and comprehensive Golang statistics library package with no dependencies.
Stars: ✭ 2,196 (+1169.36%)
Mutual labels:  statistics
Simmer
Discrete-Event Simulation for R
Stars: ✭ 170 (-1.73%)
Mutual labels:  r-package
Lru Cache
💫 A feature complete LRU cache implementation in C++
Stars: ✭ 162 (-6.36%)
Mutual labels:  statistics
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (-0.58%)
Mutual labels:  r-package
Tokenizers
Fast, Consistent Tokenization of Natural Language Text
Stars: ✭ 161 (-6.94%)
Mutual labels:  r-package
Gitinspector
📊 The statistical analysis tool for git repositories
Stars: ✭ 2,058 (+1089.6%)
Mutual labels:  statistics
Aulas
Aulas da Escola de Inteligência Artificial de São Paulo
Stars: ✭ 166 (-4.05%)
Mutual labels:  statistics
Stat Cookbook
📙 The probability and statistics cookbook
Stars: ✭ 1,990 (+1050.29%)
Mutual labels:  statistics

animation

R-CMD-check Downloads from the RStudio CRAN mirror

Introduction

This is an R package to create and export animations to a variety of formats (HTML/JS, GIF, Video, PDF), and it also serves as a gallery of statistical animations.

Installation

To install the stable version on CRAN:

install.packages('animation')

To install the GitHub version under development:

install.packages('animation', repos = 'https://xran.yihui.org')

If you want to contribute, the documentation and NAMESPACE of this package are generated by roxygen2 and Rd2roxygen:

if (!require('Rd2roxygen') install.packages('Rd2roxygen')
Rd2roxygen::rab('animation', install = TRUE)

Contact

Bugs and feature requests can be filed to https://github.com/yihui/animation/issues. Pull requests are also welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].