R/plot.rarestr.R
plot.rarestr.Rd
Plot the "rarestr" class
# S3 method for class 'rarestr' plot(x, ...)
a "rarestr" object
other arguments passed to plot()
data(share, package = 'rarestR') Output_tes <- tes(share[1,]) Output_tes #> est est.sd model.par #> TESa 138.50 2.46 logistic #> TESb 92.63 32.65 Weibull #> TESab 115.56 16.37 <NA> plot(Output_tes)