RobinCID

ROBust INference of analysis in Complex Innovative trial Design

https://github.com/eureeca/robincid

Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

ROBust INference of analysis in Complex Innovative trial Design

Basic Info
  • Host: GitHub
  • Owner: Eureeca
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 191 KB
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# RobinCID




RobinCID is a package to provide robust estimation and inference in platform trials and other master protocol trials.

## Install via CRAN

```r
install.packages("RobinCID")
```

## Install via Github

You can install the development version of RobinCID from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("Eureeca/RobinCID")
```
## Publications

Here are publications and preprints that explain the methods in RobinCID:

* [Yuhan Qian, Yifan Yi, Jun Shao, Yanyao Yi, Gregory Levin, Nicole Mayer-Hamblett, Patrick J. Heagerty, Ting Ye (2025)](https://doi.org/10.48550/arXiv.2411.12944)

Owner

  • Login: Eureeca
  • Kind: user

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 1
  • Watch event: 5
  • Push event: 17
  • Public event: 1
  • Pull request event: 2
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 1
  • Watch event: 5
  • Push event: 17
  • Public event: 1
  • Pull request event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • cran 480 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: RobinCID

Robust Inference in Complex Innovative Trial Design

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 480 Last month
Rankings
Dependent packages count: 26.4%
Dependent repos count: 32.5%
Average: 48.6%
Downloads: 86.7%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • MASS * imports
  • checkmate * imports
  • numDeriv * imports
  • stats * imports
  • testthat >= 3.0.0 suggests