-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from mbannick/revised-package
Revised package with enhanced estimator for including prior test results
- Loading branch information
Showing
143 changed files
with
220,939 additions
and
4,063 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^data-raw$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,7 @@ | |
.Ruserdata | ||
*rsconnect* | ||
*.RData | ||
*.csv | ||
.DS_Store | ||
inst/doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
Package: XSRecency | ||
Type: Package | ||
Title: Cross-Sectional Incidence Estimation | ||
Version: 0.1.0 | ||
Author: Fei Gao, [Marlena Bannick](https://www.marlenabannick.com/) | ||
Version: 0.2.0 | ||
Author: Marlena Bannick, Fei Gao | ||
Maintainer: Marlena Bannick <mnorwood@uw.edu> | ||
Description: More about what it does (maybe more than one line) | ||
Use four spaces when indenting paragraphs within the Description. | ||
Description: Estimate cross-sectional incidence of HIV using recent infection testing algorithms | ||
License: MIT | ||
Encoding: UTF-8 | ||
LazyData: false | ||
RoxygenNote: 7.1.2 | ||
Roxygen: list(markdown = TRUE) | ||
Imports: | ||
stats, | ||
utils, | ||
magrittr, | ||
data.table | ||
Depends: | ||
R (>= 2.10) | ||
Suggests: | ||
knitr, | ||
rmarkdown | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(simulate,beta) | ||
S3method(simulate,nbeta) | ||
S3method(simulate,studies) | ||
export(adj.bias) | ||
export(adjusted.estimate) | ||
export(assay.properties.est) | ||
export(assay.properties.nsim) | ||
export(fit.cubic) | ||
export(generate.data) | ||
export(get.adjusted) | ||
export(get.gamma.params) | ||
export(get.snapshot) | ||
export(integrate.phi) | ||
export(phi.hat) | ||
export(sim.infection.times) | ||
export(snap.bias) | ||
export(snapshot.estimate) | ||
export(true.frr) | ||
export(true.shadow.adj) | ||
export(true.shadow.snap) | ||
export(true.window.mdri) | ||
export(var.log.to.var) | ||
export(variance) | ||
import(magrittr) | ||
export(createRitaCephia) | ||
export(downloadCephia) | ||
export(estAdjusted) | ||
export(estEnhanced) | ||
export(estRitaProperties) | ||
export(estSnapshot) | ||
export(getRitaOptions) | ||
export(getTestRecentFunc) | ||
export(getTestRecentFuncAdj) | ||
export(integratePhi) | ||
export(simCrossSect) | ||
export(simExternal) | ||
export(simPriorTests) | ||
import(dplyr) | ||
import(formula.tools) | ||
import(purrr) | ||
import(tidyr) | ||
import(zen4R) | ||
importFrom(data.table,data.table) | ||
importFrom(data.table,melt.data.table) | ||
importFrom(data.table,setnames) | ||
importFrom(geepack,geese) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
^data-raw$ |
Oops, something went wrong.