https://github.com/jsta/rv
Simulation-Based Random Variable Objects
https://github.com/jsta/rv
cran rstats
Last synced: about 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T03:13:17.000Z (over 4 years ago)
- Last Synced: 2025-02-01T08:48:59.540Z (over 1 year 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
======
[](https://cran.r-project.org/package=rv) [](https://www.repostatus.org/#active)  [](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/)