-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greenwood #18
Conversation
This file contains 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
…for boxplot (only plotted residuals from first model). Changed ..count.. to after_stat(count) for histograms throughout to avoid deprecation warning. Added alpha option throughout all plots with points (so not for hist and boxplot) and set to 0.6 by default. Help with @param updated. Check resid_interact in help window - not interactive in last test. Changed Residuals vs Leverage plot to include information on count of Leverage 1 points and Cook's D contours extend to close 1 and added colors based on Cook's D values. Also added Cook's D to the plotly list of information in resid_interact Added a warning for leverage 1 points in cookd vs index plot and added red dashed vertical lines to help reader see "missing" Cook's D that is basically infinity. Tried to test all the places where modifications are included and everything seems to work.
…tten to 0.9999) Changed colors for Cook's D points to reflect higher values and include 4/n and 0.5 in gradient
…our lines in plot_lev for large n data sets.
…lated ones, changed name of resid plot and colors for Cook's D.
…and index only and have that as default option
…ginal data from model
…iduals to plot resid 0) with leverage 1 points, add coord_fixed for QQ-plots
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes from Mark + some additional changes from me