https://github.com/openpharma/robincar2
https://github.com/openpharma/robincar2
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openpharma/robincar2
- Owner: openpharma
- Created: 2023-06-12T14:52:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T13:55:02.000Z (about 1 year ago)
- Last Synced: 2024-05-19T14:45:26.624Z (about 1 year ago)
- Language: R
- Homepage: https://openpharma.github.io/RobinCar2/
- Size: 2.67 MB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---# RobinCar2
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```[](https://www.repostatus.org/#active)
[](https://www.r-pkg.org/badges/version-last-release/RobinCar2)
[](https://cranlogs.r-pkg.org/badges/RobinCar2)
[](https://cranlogs.r-pkg.org/badges/grand-total/RobinCar2)
[](https://raw.githubusercontent.com/openpharma/RobinCar2/_xml_coverage_reports/data/main/coverage.xml)\
RobinCar2 is a package to provide robust inference of covariate adjusted analysis under stratified randomization.
The methods implemented are recommended by [FDA guidance on covariate adjustment](https://www.fda.gov/regulatory-information/search-fda-guidance-documents/adjusting-covariates-randomized-clinical-trials-drugs-and-biological-products).
The methods are based on the work of [Ye, Shao, Yi and Zhao (2023)](doi:10.1080/01621459.2022.2049278),
[Ye, Bannick, Yi and Shao (2023)](doi:10.1080/24754269.2023.2205802),
[Ye, Shao, Yi (2023)](doi:10.1093/biomet/asad045>) and
[Bannick, Shao, Liu, Du, Yi, Ye (2024)](doi:10.48550/arXiv.2306.10213).## Installation
### Development
You can install the current development version from `github` with:
```{r gh-installation, eval = FALSE}
if (!require("remotes")) {
install.packages("remotes")
}remotes::install_github(
"openpharma/RobinCar2"
)
```## Citing `RobinCar2`
To cite `RobinCar2` please see [here](https://openpharma.github.io/RobinCar2/main/authors.html#citation).