-
Notifications
You must be signed in to change notification settings - Fork 63
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
Feature Request: Implement derive_param_first_event()
#1063
Comments
@bundfussr given how we recently updated the {admiralonco} functions shouldn't we replace e.g. in the example above you'd have |
@rossfarrugia , yes, makes sense. |
@bundfussr issue now updated accordingly - please do the same for the code. |
@bundfussr also updated to add |
Feature Idea
adds a new parameter to the input dataset.
AVALC
is set to"Y"
if an observations exists in the input dataset wherePARAMCD == source_param
andcond == TRUE
. OtherwiseAVALC
is set to"N"
.AVAL
is set to1
or0
.ADT
is set to the first date where the condition is fulfilled.Relevant Input
What should the input look like? REMINDER: no patient level data or company sensitive information should be shared via this open public issue
Relevant Output
What should the output look like? REMINDER: no patient level data or company sensitive information should be shared via this open public issue
Reproducible Example/Pseudo Code
The text was updated successfully, but these errors were encountered: