Package: truncProxy Type: Package Title: Proximal Weighting Estimation for Dependent Left Truncation Version: 0.1.0 Authors@R: c( person("Yuyao", "Wang", email = "yuw079@ucsd.edu", role = c("aut", "cre")), person("Andrew", "Ying", role = "aut"), person("Ronghui", "Xu", role = "aut") ) Description: Implements proximal weighting estimators for the expectation of an arbitrarily transformed event time under dependent left truncation, with optional inverse probability of censoring weighting to handle right censoring. The methods leverage proxy variables to handle dependent left truncation in settings where dependence-inducing factors are not fully observed. License: GPL-3 Encoding: UTF-8 Depends: R (>= 4.1.0) Imports: Rcpp, survival LinkingTo: Rcpp, RcppArmadillo Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/wangyuyao98/truncProxy_weighting, https://arxiv.org/pdf/2512.21283 BugReports: https://github.com/wangyuyao98/truncProxy_weighting/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://wangyuyao98.r-universe.dev Date/Publication: 2026-04-19 18:41:21 UTC RemoteUrl: https://github.com/wangyuyao98/truncproxy_weighting RemoteRef: HEAD RemoteSha: 0297757cfa5d5057a01d156f893783fd26de56c7 RemoteSubdir: pkg/truncProxy NeedsCompilation: yes Packaged: 2026-06-21 08:31:42 UTC; root Author: Yuyao Wang [aut, cre], Andrew Ying [aut], Ronghui Xu [aut] Maintainer: Yuyao Wang