simu.6pt: Perform Bootstrap Test on 6-point Likelihood for MLDS FIT
Description
Using the fitted responses (probabilities) to the difference scale, new responses are generated which permit new 6-point likelihoods to be calculated. The distribution of a large number of such likelihoods can be compared with that obtained from the observed responses to evaluate the internal consistency of the estimated scale.
Usage
simu.6pt(obj, nsim = 1, nrep, no.warn = TRUE)
Value
LIST with 4 components
boot.samp
vector of numeric giving the log likelihood for the 6-point test for each simulation.
lik6pt
numeric indicating the log likelihood for the 6-point test on the original data
p
proportion of simulations on which the simulated log likelihood was higher than that obtained from the original sample.
N
numeric indicating the number of simulations. It should be the length of boot.samp.
Arguments
obj
object of class ‘mlds’
nsim
integer indicating number of bootstrap trials.
nrep
integer indicating how many sessions with are in the data set.
no.warn
logical indicating when TRUE (default) to suppress warnings from glm.
Author
Kenneth Knoblauch and Laurence T. Maloney
References
Maloney, L. T. and Yang, J. N. (2003). Maximum likelihood difference scaling. Journal of Vision, 3(8):5, 573--585, tools:::Rd_expr_doi("10.1167/3.8.5").
Knoblauch, K. and Maloney, L. T. (2008) MLDS: Maximum likelihood difference scaling in R.
Journal of Statistical Software, 25:2, 1--26, tools:::Rd_expr_doi("10.18637/jss.v025.i02").