rbcavanaugh / pnt

Beta-version of R Shiny implementation of the computer-adaptive Philadelphia naming test (Roach et al., 1996) following item response theory.
https://william-hula.shinyapps.io/pnt-cat/
GNU General Public License v3.0
0 stars 6 forks source link

Incorrect shading on density plot on results summary page #37

Closed william-hula closed 2 years ago

william-hula commented 2 years ago

Getting back into this project to run a simulation study to select a final scoring algorithm (MLEF vs. EAP), and I noticed that the lower bound of the shaded area in the density plot on the results summary doesn't correspond to the lower bound of the CI, but the upper one does. image

rbcavanaugh commented 2 years ago

Good catch. Looks like the shaded area refuses to go lower than 20 (and higher than 80). It's a relatively trivial fix - though it did make me realize that the 335 T-scores that go into the density plot range from ~22 to ~71. The density plot smooths the tails which I think is probably good for visualization but I'm not sure if that's a concern. Perhaps this will be addressed in part by the fencing?