Usage
aisp(X, search="normal", lowerbound=.3, alpha=.05, popsize=20, maxgens=default.maxgens, pxover=0.5, pmutation=0.1, verbose=FALSE)
Arguments
X
matrix or data frame of numeric data
containing the responses of nrow(X)
respondents to ncol(X)
items.
Missing values are not allowed
search
Type of item selection procedure:
"normal": Mokken's automated item selection procedure
(Molenaar and Sijtsma, 2000; Sijtsma and Molenaar, 2002);
"ga": item selection using a genetic algorithm
(Straat, va
lowerbound
numeric scaling criterium; 0 <= lowerbound < 1. The default is 0.3
.=>
alpha
Type I error level. The default is 0.05
.
popsize
Size of the population of items in genetic. algorithm The default is 20
.
maxgens
Number of generations in genetic algorithm. The default is 10^(log2(ncol(X)/5)) * 1000
.
pxover
Cross-over probability in genetic algorithm. The default is 0.5
.
pmutation
Mutation probability in genetic algorithm. The default is 0.1
.
verbose
Logical, indicating whether should output to the screen the results of the model. If FALSE
, no output is produced. The default is TRUE
.