powered by
plot.boot_aldmck reads an boot_aldmck object and plots a dotchart of the stimuli with estimated confidence intervals.
plot.boot_aldmck
boot_aldmck
# S3 method for boot_aldmck plot(x, …)
an boot_aldmck output object.
other arguments to plot.
plot
A dotchart of estimated stimulus locations, with 95 percent confidence intervals. Point estimates are estimates from the original data set.
'aldmck', 'boot_aldmck'.
# NOT RUN { data(LC1980) result <- boot_aldmck(data=LC1980, polarity=2, respondent=1, missing=c(0,8,9), iter=30) plot(result) # }
Run the code above in your browser using DataLab