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
Hi,
Thank you for this very nice package.
The following code takes a rather long time:
createGrid(p0 = 0.15, p1 = 0.3, alpha = 0.05, beta = 0.2) %>% augmentGrid() %>% obtainDesign(mander = FALSE)
Moreover, with p0=0.2, it ends with the following error:
p0=0.2
Error in `expand_grid()`: ! Long vectors are not yet supported. Expansion results in an allocation larger than 2^31-1 elements. Attempted allocation size was 30921809484.
Note that it is instantaneous to get the results of both cases online using http://cancer.unc.edu/biostatistics/program/ivanova/SimonsTwoStageDesign.aspx.
This other package also gives the same result (and is much faster):
remotes::install_github("IDDI-BE/PhIIdesign") PhIIdesign::simon2stage(p0 = 0.15, pa = 0.3, alpha = 0.05, beta = 0.2, N_min=1, N_max=100)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thank you for this very nice package.
The following code takes a rather long time:
Moreover, with
p0=0.2
, it ends with the following error:Note that it is instantaneous to get the results of both cases online using http://cancer.unc.edu/biostatistics/program/ivanova/SimonsTwoStageDesign.aspx.
This other package also gives the same result (and is much faster):
The text was updated successfully, but these errors were encountered: