Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jsta/rv

Simulation-Based Random Variable Objects
https://github.com/jsta/rv

cran rstats

Last synced: about 1 month ago
JSON representation

Simulation-Based Random Variable Objects

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

rv
======

[![CRAN status](https://www.r-pkg.org/badges/version/rv)](https://cran.r-project.org/package=rv) [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) ![rv Downloads](https://cranlogs.r-pkg.org/badges/rv) [![R build status](https://github.com/jsta/rv/workflows/R-CMD-check/badge.svg)](https://github.com/jsta/rv/actions)

The `rv` package provides tools for working with simulation-based random variables.

## Installation

### Stable version from CRAN

``` r
install.packages("rv")
```

### or development version from GitHub

``` r
install.packages('devtools') # package devtools needed
devtools::install_github("jsta/rv")
```

## Examples

See [website](https://jsta.github.io/rv/)