-
Notifications
You must be signed in to change notification settings - Fork 0
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
missing data reports #1
Open
luran1
wants to merge
70
commits into
laurenwright0:master
Choose a base branch
from
luran1:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
I added the graphics for cost over time in the form of a historgram. I added a bar chart that did a total cost per clinic visit. I also created a box plot for cost grouped by clinical visits.
I couldn't see the changes you made to your upstream code so I put the whole of my code on so that you could make any varrable changes needed. I have the coding working on my end using the data that you gave me. I seperated my working code segment at the bottem so that you can see what needs to be adjusted to match the changes made on the upstream code. I couldn't identify the issue that you were having with the code running.
report constructed from several differnt response types with the Redcap data presenting both responses and missing responses for participants.
participant responses subdivided into simple questions that can be checked for missing data quickly. if participant data is missing there will be a display of the participant id and their missing response variable.
Subdivided participant reponses that will require more code to check if missing. Currently only delivery location is stated as example and will be used as template for other dymamic question responses. Work in progress.
made addition for insurance variable and made progress on the general function for the question types. Additionally made progress on making clear distinction between participants that responded and those who don't.
I've completed the majority of the report, missing only the date of the missing visit. I just don't know where that variable would be found. I've also had an issue with the imported Redcap data not displaying the correct information. For all the dropped participants that I imported, it is only displaying 2 as dropped and I can't understand why.
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.
addition of the missing data reports for participants in the 3rd-trimester visit. The sample report is the implementation of both subdivided question reports, currently used to display missing data and present data in rmd.
simple and dynamic questions are functions that will determine any missing data from participant responses in redcap with respect to their question type. dynamic questions function is still being developed to encompass all question types that fall into that category.