Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsta/rv
- Owner: jsta
- License: gpl-2.0
- Created: 2019-01-03T13:28:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T03:13:17.000Z (almost 3 years ago)
- Last Synced: 2024-06-11T17:09:04.749Z (7 months ago)
- Topics: cran, rstats
- Language: R
- Homepage: https://jsta.github.io/rv/
- Size: 3.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: COPYING
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/)