Learn R Programming

Bayesrel (version 0.1.0)

plotstrel.id: plots posterior distributions of chosen estimate and the item-dropped cases in one plot

Description

gives posterior densities of original dataset together with the the posteriors of datasets with items deleted. Can be ordered for the change item deleting brings about

Usage

plotstrel.id(x, estimate, ordering = FALSE)

Arguments

x

A strel output object (list)

estimate

A character string indicating what estimate to plot from the strel output object

ordering

A logical indicating if the densities in the plot should be ordered

Examples

Run this code
# NOT RUN {
plotstrel.id(strel(cavalini, "lambda2", item.dropped = TRUE), "lambda2")

# }

Run the code above in your browser using DataLab