jknowles / merTools

Convenience functions for working with merMod objects from lme4
105 stars 15 forks source link

Add user controlled case selection to shinyMer #32

Open jknowles opened 9 years ago

jknowles commented 9 years ago

Currently shinyMer only allows the user to select a random or an average case. It does not let the user specify a specific subset to take a random or average case from, although within the functionality of draw this is easily accomplished.

This could be a reactive panel on the 3rd tab that appears if the user selects "User Specified Subset" and then it would kick off some server-side code to allow inputs for variables in the model frame and the values to use for subsetting. This could allow much more rich exploration of effects on the fly.

carlbfrederick commented 9 years ago

I think this is a good idea... perhaps with some wiggle functionality too to make the single observation cases more interesting to look at.