Skip to content
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
wants to merge 70 commits into
base: master
Choose a base branch
from
Open

missing data reports #1

wants to merge 70 commits into from

Conversation

luran1
Copy link

@luran1 luran1 commented Jun 21, 2019

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.

dlemas and others added 30 commits August 17, 2018 12:15
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.
dlemas and others added 30 commits March 29, 2019 20:49
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants