Skip to content

Commit

Permalink
Merge pull request #8 from mbannick/revised-package
Browse files Browse the repository at this point in the history
Revised package with enhanced estimator for including prior test results
  • Loading branch information
mbannick authored Aug 22, 2023
2 parents 6c5416a + 51f879e commit 2811002
Show file tree
Hide file tree
Showing 143 changed files with 220,939 additions and 4,063 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
^data-raw$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
.Ruserdata
*rsconnect*
*.RData
*.csv
.DS_Store
*.pdf
inst/doc
12 changes: 8 additions & 4 deletions DESCRIPTION
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
45 changes: 21 additions & 24 deletions NAMESPACE
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)
1 change: 1 addition & 0 deletions R/.Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
^data-raw$
Loading

0 comments on commit 2811002

Please sign in to comment.