You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,8 @@
1
1
Package: weightedsurv
2
2
Title: Survival Analysis with Subject-Specific (Case Weights) and Time-Dependent Weighting
3
3
Version: 0.1.0
4
-
Authors@R:
5
-
person("Larry", "Leon", , "larry.leon.05@post.harvard.edu", role = c("aut", "cre"))
6
-
Description:
7
-
Survival analysis functions allowing for time-dependent and subject-specific
8
-
(for example, propensity-scores) weighting. Weighted estimation for Cox model,
9
-
Kaplan-Meier treatment survival curves as well as treatment difference along
10
-
with point-wise and simultaneous confidence bands, and restricted mean
11
-
survival time comparisons where 'RMST' estimates are evaluated across all
12
-
potential truncation times (point-wise and simultaneous bands).
4
+
Authors@R: person("Larry", "Leon", , "larry.leon.05@post.harvard.edu", role = c("aut", "cre"))
5
+
Description: Survival analysis functions allowing for time-dependent and subject-specific (for example, propensity-scores) weighting. Weighted estimation for Cox model, Kaplan-Meier treatment survival curves as well as treatment difference along with point-wise and simultaneous confidence bands, and restricted mean survival time comparisons where 'RMST' estimates are evaluated across all potential truncation times (point-wise and simultaneous bands). See for example, Cole, S. R. & Hernán, M. A. (2004). Adjusted survival curves with inverse probability weights. Computer Methods and Programs in Biomedicine, 75(1), 45–49. doi:10.1016/j.cmpb.2003.10.012
#' Adds legends for Cox model, log-rank test, and arms to a Kaplan-Meier plot.
175
183
#'
176
-
#' @param dfcount List with results.
184
+
#' @param dfcount List with results, typically output from a survival analysis function. Should contain elements such as \code{cox_results}, \code{z.score}, and \code{zlogrank_text}.
0 commit comments