Description Usage Arguments Details Value See Also Examples
Individual functions to get the measures of the classical RNG task (see Details below). Use function allRNG()
to get a list with all (or selected) measures.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | Redundancy(y, minScale = NA, maxScale = NA)
RNG(y, minScale = NA, maxScale = NA, results = c("classical", "randseqR")[2])
RNG2(y, minScale = NA, maxScale = NA, results = c("classical", "randseqR")[2])
RF(y, minScale = NA, maxScale = NA)
Coupon(y, minScale = NA, maxScale = NA)
NSQ(y, minScale = NA, maxScale = NA, results = c("classical", "randseqR")[2])
FOD(y, minScale = NA, maxScale = NA, results = c("classical", "randseqR")[2])
Adjacency(
y,
minScale = NA,
maxScale = NA,
results = c("classical", "randseqR")[2]
)
TPI(y, minScale = NA, maxScale = NA)
PhL(y, minScale = NA, maxScale = NA)
Runs(y, minScale = NA, maxScale = NA, results = c("classical", "randseqR")[2])
repDistance(y, minScale = NA, maxScale = NA)
repGap(y, minScale = NA, maxScale = NA)
phiIndex(
y,
minScale = NA,
maxScale = NA,
responseAlternatives = NA,
maxOrder = 7
)
|
y |
A sequence of symbols. If |
minScale |
Minimum expected value. If |
maxScale |
Maximum expected value. If |
results |
either 'randseqR' (default) or 'classical. randseqR gives a better consistency among RNG measures, while classical gives output comparible to RGcalc by Towse and Neil (1998) |
responseAlternatives |
An optional vector of possible response alternatives. If |
maxOrder |
Avialable classical measures:
Redundancy: Measures how,..
RNG: Measures of
RNG2: blah
Output
allRNG()
to get all, or, a selected list of measures.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.