-
Notifications
You must be signed in to change notification settings - Fork 77
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
Version 6.0 - merge from Develop #164
Merged
Merged
Conversation
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
Show how we want to first store all stats in a result matrix, and then pass that matrix to commands that create outputt according to the options used by user
- The first difference are here calcualted properly - The N are included - se also for mean instead of sd - All stats are restricted to the same sample
This is rare in SCTO data as at least KEY or submission date is different, but in case it is not then this line creates a bug. Force is only used when dropping based on a subset of the variables, but this is only sued when all vars are duplicates
This segment list the commands needed for this project, and installs them if not installed. there was a `cap` on the row that installed the command not already installed. It is better if there is an error thrown if the command could not be installed, or if there was a type in the command name listed as required. I discussed this with @eatorange
We do not want to force this as users might need an older version in another project
Variables not passed to the sub-command
…ieddtable-proofread
thanks a million @bbdaniels !!
…olkit into develop-ieddtable
…olkit into develop-ieddtable
So that the values in the matrix can be used to error solving
Develop ieddtab - new command
Added people in the test session that weren't there yet.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR to merge the updates for ietoolkit version 6.0
Part of checklist in #163