Skip to content
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

Y axis range in fitPlot not accounting for prediction interval #3

Closed
sumnonpuella opened this issue Apr 18, 2018 · 2 comments
Closed

Y axis range in fitPlot not accounting for prediction interval #3

sumnonpuella opened this issue Apr 18, 2018 · 2 comments
Assignees
Labels
bug

Comments

@sumnonpuella
Copy link

@sumnonpuella sumnonpuella commented Apr 18, 2018

When plotting SLR results with both confidence and prediction intervals, if the range the prediction interval on the y axis reaches beyond the min/max y axis range of the dataset, fitPlot will not account for this, and the resulting plot will exclude the prediction interval.

Example:
fitPlot Default
fitPlot(slr_lm, interval="both", xlab = "Median Elevation (m a.s.l.)", ylab ="Front Line Variation (m)")
image

Manually Adjusted
fitPlot(slr_lm, interval="both", xlab = "Median Elevation (m a.s.l.)", ylab ="Front Line Variation (m)", ylim=c(-70, 30))
image

@droglenc droglenc self-assigned this Apr 21, 2018
@droglenc droglenc added the bug label Apr 21, 2018
@droglenc
Copy link
Owner

@droglenc droglenc commented Apr 21, 2018

Similar problem with predictionPlot()

@droglenc
Copy link
Owner

@droglenc droglenc commented Apr 14, 2019

This issue is actually with fitPlot() in the FSA package. It will be fixed once FSA v0.8.23 is released.

@droglenc droglenc closed this Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.