-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/truncatedscore survival #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -131,35 +131,35 @@ test_intersectsignedwald <- function(thetahat1, | |||
#' @param cens.code (integer) Censoring code. | |||
#' @param naive (logical) If TRUE, the unadjusted estimates ignoring baseline | |||
#' covariates is returned as the attribute 'naive'. | |||
#' @param control (list) optimization routine parameters. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we can add more information about this parameter. The default option is to use control$riskmethod <- "ate_riskRegression"
. What other risk methods are available?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No objections from my side because I'm unfamiliar with the methods you're implementing.
Are you planning to add some unit tests in the future?
…targeted into feature/truncatedscore-survival
estimate_truncatedscore
by default now estimates survival probability instead of cumulative incidence.truncatedscore
data added to the package, and some documentation.