Skip to content
/ greta Public
forked from greta-dev/greta

simple and scalable statistical modelling in R

License

Notifications You must be signed in to change notification settings

rdpeng/greta

 
 

Repository files navigation

greta is an R package for writing statistical models and fitting them by MCMC and optimisation

greta lets you write your own model like in BUGS, JAGS and Stan, except that you write models right in R, it scales well to massive datasets, and it’s easy to extend and build on.

See the website for more information, including tutorials, examples, package documentation, and the greta forum.

You can install the current release version of the package from CRAN:

install.packages("greta")

or the development version from GitHub:

devtools::install_github("greta-dev/greta")

build status codecov.io cran version license doi joss

About

simple and scalable statistical modelling in R

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 97.0%
  • HTML 1.6%
  • Other 1.4%