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
Assignees
Labels

Comments

@sumnonpuella
Copy link

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

Similar problem with predictionPlot()

@droglenc
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants