Docker image that exposes R statistical methods over JSON-RPC 2.0.
docker pull ethandavisecd/tombolo:latest
The primary interface is the tombolo Python package, which handles the Docker subprocess and protocol transparently. The sections below are for anyone calling the image directly.
Send a JSON-RPC 2.0 request on stdin. The result is written to stdout.
{
"jsonrpc": "2.0",
"method": "nma",
"params": {
"data": [...],
"greater_is_better": true
},
"id": 1
}
echo '<request>' | docker run --rm -i ethandavisecd/tombolo:latest
See the documentation for parameters and return values.
| Method | Description |
|---|---|
nma | Frequentist random-effects network meta-analysis via netmeta |
bnma | Bayesian random-effects network meta-analysis via gemtc and JAGS |
Content type
Image
Digest
sha256:b8c53161e…
Size
607.6 MB
Last updated
3 months ago
docker pull ethandavisecd/tombolo