This repository was archived by the owner on Apr 7, 2022. It is now read-only.
Conversation
This is so we can link up the data.
This is so we can get in a format ImpactEd are expecting.
This is inspired by Duncan's code.
This is so we can pivot wider without creating lists. Also, export to csv for sharing.
This is because the second script cannot call the first script (causes RStudio to abort). One suspects it is to do with Google Authorisation not being able to apply across scripts. Move function to separate script so it can be tested more easily and to modularise code.
This is so we can see how respondents answered over time.
This is so we can see how people have responded over time.
This is to show how the share of responses change between each month.
avisionh
commented
Jan 10, 2021
Comment on lines
+88
to
+97
| # no. of surveys they complete | ||
| n <- 4 | ||
|
|
||
| # no. of levels (likert) | ||
| lvls <- list(1:5) | ||
|
|
||
| l <- rep(x = lvls, n) | ||
|
|
||
| # get no. of unique permutations | ||
| combos <- expand.grid(l) |
Contributor
Author
There was a problem hiding this comment.
Never got round to completing this so feel free to ignore.
Essentially, i wanted all the possible combinations that people can answer questions.
For instance:
- Jan -> 'Very likely', Feb -> 'Likely', Mar -> 'Likely', June -> 'Very likely'
- Jan -> 'Very likely', Feb -> 'Very likely', Mar -> 'Likely', June -> 'Likely'
- ...
Then i wanted to calculate the percentage of people who responded in these way out of all those who have responded. I would then visualise each response as a node and the percentages as values for the edges.
Contributor
Author
|
Merging and closing as Owen seems happy with it. |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
This branch visualises the movement how students have responded to the wellbeing survey over time.
The main script to review in this branch is:
notebooks/longitudinal-tracking/analysis.RChecklists
General checks
docs/aqa/assumptions_caveats.md), if necessarydocsfolderProject-specific checks