imThirteen {numGen} | R Documentation |
Item Model 13
Description
This uses item model 13 to create number series items - Combined identification of unevenly ordered sub-sequences and non-successive relationships between elements.
Usage
imThirteen(items)
Arguments
items |
Generate a random mix of items. |
Details
This function creates number series creates a combination of sequences and ratios. TLogic analogous to the Item Model 13, but the second sequence belongs to the Item Model 9. As a result, pairs of elements following certain rule are embedded into a progressive sequence. Example: Sequence with coefficient of (+ 1) is interposed with pairs of elements which differ by 3. 1 5 8 2 209 212 3 41 (44) (4). Only the addition and substraction arimethic operators are used to generate the number series items.
Author(s)
Aiden Loe and Filip Simonfy
Examples
#Draws 10 items randomly.
imThirteen(10)
[Package numGen version 0.1.1 Index]