Usage
pairSE(daten, m = NULL, nsample = 30, size = 0.5,
seed = "no", pot = TRUE, zerocor = TRUE,
verbose = TRUE, ...)Arguments
daten
a data.frame or matrix with optionaly named
colums (names of items), potentially with missing values,
comprising polytomous or dichotomous (or mixted category
numbers) responses of n respondents (rows) on
k items (colums)
m
an integer (will be recycled to a vector of
length k) or a vector giving the number of response
categories for all items - by default m = NULL m
is calculatetd from data, assuming that every response
category is at least once present in d
nsample
numeric specifying the number of
subsamples sampled from data, which is the number of
replications of the parameter calculation. WARNING! specifying high values for nsample ( >
100 ) may result in long computing time without leadig t
size
numeric with valid range between 0 and 1 (but
not exactly 0 or 1) specifying the size of the subsample
of data when bootstraping for SE estimation. As an
alternative, size can be set to the character
"jack" (
seed
numeric used for set.seed(seed).
pot
logical, if TRUE (default) a power of three of
the pairwise comparison matrix is used for further
calculations.
zerocor
logical, if TRUE (default) unobserved
combinations (1-0, 0-1) in data for each pair of items
are given a frequency of one conf. proposal by
Alexandrowicz(2011, p.373).
verbose
logical, if verbose = TRUE (default) a
message about subsampling whe calculation standrderrors
is sent to console.
...
additional parameters passed through.