-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.Rmd
27 lines (20 loc) · 942 Bytes
/
TODO.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: "To Do List"
author: "Suzanne Dufault"
date: "9/21/2018"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
#### Active Tasks
* Determine when the estimated Var(logOR) is negative
* Tidy up results of simulations - what are the informative plots that we want??
#### Complete Tasks
* One function for estimating either lambda or gamma: `lambda-gamma-function.R`
#### General Thoughts
* It's seems obvious now that $\widehat{\lambda}_{RR} = \lambda_{RR}\times\lambda_{HCSB}$
#### General Organization
* It seems that `test-positive-perm-example` and `test-positive-fraction-v-test-positive` are all out of date. Should be able to remove them from the folder, given the manuscript is most up-to-date.
* Can remove casesOnlyFunction.R as it is now equivalent to lambda-gamma-function.R and less clean
* Should be able to delete non-hcsb functions as they have all been incorporated now.