The bimpos
estimates a reasonable position of an incomplete item by
using an uninformed simulation of missing data.
bimpos(ydata = NULL, GT = NULL, simOpt = NULL, limitToRun = 5, showPlot = TRUE)
ydata | curated data.frame from the preprocessing function. |
---|---|
GT | item list with the ground truth (GT; letters are case sensitive!) |
simOpt | item to be checked (this can be an item from the GT or a new one. Remove the item from GT if specified here!) |
limitToRun | limit to this number of repetitions for the randomizations (default 5, you'll probably need more) |
showPlot | plot the worth plot (default=FALSE) |
list with the simulation errors (simerrors) and the plot object (p).