Skip to content
Prev 343051 / 398506 Next

Prediction intervals (i.e. not CI of the fit) for monotonic loess curve using bootstrapping

On Aug 12, 2014, at 12:23 AM, Jan Stanstrup wrote:

            
Why not use the quantreg package to estimate the quantiles of interest to you? That way you would not be depending on Normal theory assumptions which you apparently don't trust. I've used it with the `cobs` function from the package of the same name to implement the monotonic constraint. I think there is a worked example in the quantreg package, but since I bought Koenker's book, I may be remembering from there.