https://github.com/assignuser/greta
simple and scalable statistical modelling in R
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: joss.theoj.org, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
simple and scalable statistical modelling in R
Basic Info
- Host: GitHub
- Owner: assignUser
- License: other
- Language: R
- Default Branch: master
- Homepage: https://greta-stats.org
- Size: 27.2 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of greta-dev/greta
Created over 4 years ago
· Last pushed about 4 years ago
https://github.com/assignUser/greta/blob/master/

### 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 its easy to extend and build on.
### See the [website](https://greta-stats.org/) for more information, including [tutorials](https://greta-stats.org/articles/get_started.html), [examples](https://greta-stats.org/articles/example_models.html), [package documentation](https://greta-stats.org/reference/index.html), and the [greta forum](https://forum.greta-stats.org).
You can install the current release version of the package from
CRAN:
``` r
install.packages("greta")
```
Or install the development version of `greta` from [r-universe](https://greta-dev.r-universe.dev/ui#builds):
```r
# Enable this universe
options(
repos = c(
gretadev = 'https://greta-dev.r-universe.dev',
CRAN = 'https://cloud.r-project.org'
)
)
# Install greta
install.packages('greta')
```
(Note - installing from r-universe is just like installing from CRAN, and should be faster and more convenient than installing from GitHub)
You can also install the development version of `greta` via GitHub:
``` r
devtools::install_github("greta-dev/greta")
```
# Installing Python Dependencies
The `install_greta_deps()` function helps install the Python dependencies (Google's [TensorFlow](https://www.tensorflow.org/) version 1.14.0, and [tensorflow-probability](https://github.com/tensorflow/probability) version 0.7.0).
This helper function, `install_greta_deps()`, installs the exact pythons package versions needed. It also places these inside a "greta-env" conda environment. This isolates these exact python modules from other python installations, so that only `greta` will see them. This helps avoids installation issues, where previously you might update tensorflow on your computer and overwrite the current version needed by `greta`. Using this "greta-env" conda environment means installing other python packages should not be impact the Python packages needed by `greta`.
If these python modules aren't yet installed, when `greta` is used, it provides instructions on how to install them for your system. If in doubt follow those.
[](https://app.codecov.io/gh/greta-dev/greta?branch=master)
[](https://github.com/greta-dev/greta/actions)
[](https://CRAN.R-project.org/package=greta)
[](https://opensource.org/licenses/Apache-2.0)
[](https://zenodo.org/badge/latestdoi/73758247)
[](https://joss.theoj.org/papers/10.21105/joss.01601)

Owner
- Name: Jacob Wujciak-Jens
- Login: assignUser
- Kind: user
- Location: Germany
- Company: @voltrondata
- Repositories: 11
- Profile: https://github.com/assignUser