powered by
Plot of parameter estimates with bootstrap confidence intervals
PlotParamEstim( bootEstimates, thetaGrid = 1:360, alpha = 0.05, ylim = NULL, cex.axis = 15, cex.lab = 2, thrWidth = 2, ylab = NULL, thrColor = "#D45E1A" )
Bootstrap estimates (for example, shape or scale)
Grid values at which the estimation is performed
Significance level for the confidence intervals. Default to 0.05.
Range for the y-axis
Graphical parameter
Threshold width
y-axis label
Threshold colour
Plot of parameter estimates.
SplineML and LocalEstim for examples.
SplineML
LocalEstim
# NOT RUN { ## See examples in vignettes: # vignette("localMethods", package = "circularEV") # vignette("splineML", package = "circularEV") # }
Run the code above in your browser using DataLab