-
Notifications
You must be signed in to change notification settings - Fork 3
M5 feedback #50
Comments
Hi @yuliaUU , Thanks for the feedback! I'm working on the first graph right now and have been thinking about visualizations. We were thinking of using a boxplot on top of the raw data points to help interpret, but wanted to check in to see if you also agree this would work well instead. Let me know what you think! |
Hi @yuliaUU , I think my main concern with these two plots is they don't highlight the relationship between the variables. The goal with the current plot is examine which variable(s) have the strongest relationship to one's satisfaction with their decision to pursue a PhD. I have considered doing a correlation for this reason too, but looking at the raw data points the variability and density of the data is quite heterogenous across levels of the variables and so I don't want to misrepresent the data with averages. I do think I could swing the original balloon plot you shared in your initial feedback in achieving this goal though! |
Well to answer your goal you have to do linear regression, as it is the only way to see the strength of relationship or boxplots that you currently have will do. Just looking at jitter points won't give any answer (in this case I think bar plot achieve the same result) |
Overall, I couldn't get a working app.R:
ggplot2
)running scripts produce error "
Error in htmlBR() : could not find function "htmlBR"`error: could not find function "satisfaction_decision"
( as this function was somehow put in div_main ), have to be fixedApp Layout:
Inside the graph:
slider:
suggestions:
The text was updated successfully, but these errors were encountered: