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.
Example code is there! Note that it doesn't run yet! I want to try to figure out a longer-term fix for the "back-end" issue I have noted in #39 before I actually try to check the example code for runnability.
Once the back-end issue is fixed, and we can jump back into writing more complex code examples, I also want to add an example on this page for creating some kind of a carpet-plot for visually inspecting data completeness/missingness within subject but across timepoints. For example, a multilevel regression with timepoint as a within-subjects predictor variable will be thrown off when not every subject has data at every timepoint. People will likely want to visualize patterns of partial data by timepoint in order to make judgments about whether to drop subjects with incomplete data or to impute missing data, so it'll be good to show people a means of visually assessing data completeness to aid in that decision.
I'm creating this pull request now to track discussions about this tutorial, but we don't need to merge it until that carpet-plot example is added.