View source: R/first_order_dependencies.R
null_score | R Documentation |
Guttmann's Null-Score Quotient
null_score(x, options)
x |
vector of distinct options of numbers or characters |
options |
number of available options in sequence |
This function takes a vector x
and computes the number of all response
pairs that do not occur in this sequence given the number of possible
options
. The result of this computation is weighted with the highest
possible number of unused response pairs for this sequence.
The final result is attained by multiplying this quotient with 100.
The result of this quotient ranges from 0 to 100.
High scores indicate an uneven distribution of response pairs, whereas low
scores indicate an even distribution of response pairs.
Guttmann Null-Score Quotient of x
Towse, J.N., Neil, D. Analyzing human random generation behavior: A review of methods used and a computer program for describing performance. Behavior Research Methods, Instruments, & Computers 30, 583–591 (1998). \Sexpr[results=rd]{tools:::Rd_expr_doi("doi:10.3758/BF03209475")}
null_score(ginsburg1994, 10)
null_score(evans1978[, 1], 10)
null_score(evans1978[, 2], 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.