generated from greta-dev/greta.template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
46 lines (32 loc) · 1.33 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# greta.distributions
<!-- badges: start -->
[![Codecov test coverage](https://codecov.io/gh/greta-dev/greta.distributions/branch/main/graph/badge.svg)](https://codecov.io/gh/greta-dev/greta.distributions?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/greta.distributions)](https://CRAN.R-project.org/package=greta.distributions)
[![R-CMD-check](https://github.com/njtierney/greta.distributions/workflows/R-CMD-check/badge.svg)](https://github.com/njtierney/greta.distributions/actions)
<!-- badges: end -->
# Why
This package exists for two reasons:
1. Provide extra distributions to use alongside the [`greta`](https://greta-stats.org/) programming interface for creating statistical models.
2. Provide helper functions for creating new distributions
## Example extra distributions
### Zero Inflated Negative Binomial
### Zero Inflated Poisson
## Helpers for adding extra distributions
# Installation
You can install `greta.distributions` from github with:
```{r install, eval = FALSE}
# install.packages("remotes")
remotes::install_github("greta-dev/greta.distributions")
```