forked from Auburngrads/gonogo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
19 lines (14 loc) · 921 Bytes
/
README.Rmd
File metadata and controls
19 lines (14 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
`gonogo` implements the three-phase sensitivity testing procedures known as 3pod and 3podm as described in [Wu & Tian (2014)](http://dx.doi.org/10.1016/j.jspi.2013.10.007) and [Wang, Tian, & Wu (2015)](http://www3.stat.sinica.edu.tw/statistica/J25N4/J25N420/J25N420.html). Also implements the D-Optimality-based sensitivity testing procedures as defined in [Neyer (1994)](http://dx.doi.org/10.1080/00401706.1994.10485401) and [Ray, Roediger, & Neyer (2014)](http://dx.doi.org/10.1016/j.jspi.2013.12.010). It also provides a comprehensive set of functions to analyze and plot sensitivity testing results.
## Installation
`gonogo` is currently under development will be available soon.