We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
enrollRates
enroll_rate
failRates
fail_rate
droupoutRate
dropout_rate
events
event
Stratum
stratum
Rate
rate
gs_design_rd
gs_power_rd
totalDuration
total_duration
analysisTimes
analysis_time
IF
info_frac
x
fixed_design
method
x = c("AHR", "FH", "MB", "LF", "RD", "MaxCombo", "RMST", "Milestone")
x = c("ahr", "fh", "mb", "lf", "rd", "maxcombo", "rmst", "milestone")
eAccrual
time
expected_accrual
tEvents
expected_time
eEvents_df
expected_event
The text was updated successfully, but these errors were encountered:
LittleBeannie
Successfully merging a pull request may close this issue.
enrollRates
->enroll_rate
failRates
->fail_rate
droupoutRate
->dropout_rate
events
->event
(singular is preferred, rather than plural)Stratum
->stratum
Rate
->rate
(ings_design_rd
&gs_power_rd
)totalDuration
->total_duration
analysisTimes
->analysis_time
IF
->info_frac
x
infixed_design
->method
x = c("AHR", "FH", "MB", "LF", "RD", "MaxCombo", "RMST", "Milestone")
->x = c("ahr", "fh", "mb", "lf", "rd", "maxcombo", "rmst", "milestone")
x
ineAccrual
->time
eAccrual
->expected_accrual
tEvents
->expected_time
eEvents_df
->expected_event
The text was updated successfully, but these errors were encountered: