Threshold stability plots
Arguments
- object
object of class
elife_tstab, representing parameter estimates to draw threshold stability plots- ...
additional arguments, currently ignored by the function.
- x
an object of class
elife_tstabcontaining the fitted parameters as a function of threshold- plot.type
string, one of
basefor base R orggplot- which.plot
vector of string indicating the plots, among
ppfor probability-probability plot,qqfor quantile-quantile plot,erpfor empirically rescaled plot (only for censored data),expfor standard exponential quantile-quantile plot ortmdfor Tukey's mean difference plot, which is a variant of the Q-Q plot in which we map the pair \((x,y)\) is mapped to((x+y)/2,y-x)are detrended,densandcdfreturn the empirical distribution function with the fitted parametric density or distribution function curve superimposed.- plot
logical; if
TRUE, creates a plot whenplot.type="ggplot". Useful for returningggplotobjects without printing the graphs