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_tstab
containing the fitted parameters as a function of threshold- plot.type
string, one of
base
for base R orggplot
- which.plot
vector of string indicating the plots, among
pp
for probability-probability plot,qq
for quantile-quantile plot,erp
for empirically rescaled plot (only for censored data),exp
for standard exponential quantile-quantile plot ortmd
for 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,dens
andcdf
return 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 returningggplot
objects without printing the graphs