autoplot.gride_mle {intRinsic}R Documentation

Plot the simulated bootstrap sample for the MLE Gride

Description

Use this method without the .gride_mle suffix. It displays the density plot of sample obtained via parametric bootstrap for the Gride model.

Usage

## S3 method for class 'gride_mle'
autoplot(object, title = "MLE Gride - Bootstrap sample", ...)

Arguments

object

object of class gride_mle. It is obtained using the output of the gride function when method = "mle".

title

title for the plot.

...

other arguments passed to specific methods.

Value

object of class ggplot. It displays the density plot of the sample generated via parametric bootstrap to help the visual assessment of the uncertainty of the id estimates.

See Also

gride


[Package intRinsic version 1.0.2 Index]