-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow input of multiple sample sizes (#81) * Use purrr and reformat output from run_simulations() Function now returns a list one-element deep for each iteration. The object in this list is a data frame containing run meta information and the associated p-values. * Set p-value tables to show results for all sample sizes Lists of data frames are row-bound into a single data table that can be displayed for the comparisons and group1/2 results. * Allow passing of multiple sample sizes New plot created Underlying functions expect tibbles now T1 error, T2 error/power calculating functions map over multiple sample sizes * Create function for plotting power Implement new plotting function in the UI and server of the Shiny app. * Suspend evaluation of vignette help docs * Remove and update package sample data Rerun the data simulation procedure with the formatting changes made to the run_simulations function, and deleted the data/*_formatted.rda files as they are no longer needed. * Clean up code and package for plotting functions * Match tests to new behaviors of functions Update output names of objects and select varaibles where needed * Fix note for non-visible binding by using .data * Remove unneeded packages and ggridges dependency Also add explicit calls to pkgload and markdown in the app.R file to ensure these packages are picked up by renv snapshots without including them in the Imports list. * Compress data files to smaller output size * Use LazyDataCompression in description file * Update renv lockfile
- Loading branch information
1 parent
026dce5
commit fda0f39
Showing
23 changed files
with
293 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.