Skip to content

Commit 2c8bb64

Browse files
committed
💃 Update based on CRAN comments
1 parent 10e3a1c commit 2c8bb64

File tree

7 files changed

+28
-243
lines changed

7 files changed

+28
-243
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
^\.travis.yml$
44
^\.Rhistory$
55
^README.Rmd$
6+
^cran-comments\.md$

DESCRIPTION

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ Title: Tipping Point Analyses
44
Version: 0.1.1
55
Author: Lucy D'Agostino McGowan
66
Maintainer: Lucy D'Agostino McGowan <[email protected]>
7-
Description: For conducting tipping point sensitivity analyses in R.
7+
Description:The strength of evidence provided by epidemiological and observational
8+
studies is inherently limited by the potential for unmeasured confounding.
9+
We focus on three key quantities: the observed bound of the confidence interval
10+
closest to the null, a plausible residual effect size for an unmeasured continuous
11+
or binary confounder, and a realistic mean difference or prevalence difference for
12+
this hypothetical confounder. Building on the methods put forth by
13+
Lin, Psaty, & Kronmal (1998) <doi:10.2307/2533848>, we can use these quantities to
14+
assess how an unmeasured confounder may tip our result to insignificance, rendering the
15+
study inconclusive.
816
License: MIT + file LICENSE
917
Encoding: UTF-8
1018
LazyData: true

R/tidy_tip.R

-75
This file was deleted.

R/tip_mod.R

-63
This file was deleted.

cran-comments.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Corrections
2+
3+
* Add citation to DESCRIPTION
4+
* Remove unnecessary un-exported functions
5+
* Omit redundant R from DESCRIPTION
6+
* Add more context to DESCRIPTION
7+
8+
---
9+
## R CMD check results
10+
11+
0 errors | 0 warnings | 1 note
12+
13+
* This is a new release.
14+
15+
## Reverse dependencies
16+
17+
This is a new release, so there are no reverse dependencies.
18+

man/tidy_tip.Rd

-58
This file was deleted.

man/tip_mod.Rd

-46
This file was deleted.

0 commit comments

Comments
 (0)