Skip to content

Boehringer-Ingelheim/SimHubModels

Repository files navigation

SimHubModels

You bring in the design specs, we provide standardized R code.

SimHubModels is collection of ready-to-use functions that are commonly used in clinical trial simulations at BI. Dev teams can use this package to estimate sample size and operating characteristics of a trial design. Please reach out to SimHub for help, queries, comments, and suggestions!

Installation

This package is still in early development. You can install the development version of SimHubModels like so:

  1. Run the following in the Terminal tab.
git clone ssh://git@bitbucket.biscrum.com:7999/simhubtc/simhubmodels.git ~/SimHubModels
cd ~/SimHubModels
  1. Ensure that you R Console is on the correct working directory.
setwd("~/SimHubModels")

Alternatively in the Files tab, click on the SimHubModels.Rproj file.

Then, check that the working directory is where you cloned the source.

getwd()
  1. Install the SimHubModels package. Run the following in the R Console tab.
install.packages("devtools")
devtools::install()

Example

Basic usage example coming soon…

library(SimHubModels)
## basic example code

About

No description, website, or topics provided.

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published