Learn R Programming

numGen (version 0.1.1)

imTwelve: Item Model 12

Description

This uses item model 12 to create number series items - Identification of unevenly ordered sub-sequences

Usage

imTwelve(items)

Arguments

items

Generate a random mix of items.

Details

This function creates number series that is a irregular combination of sequences a b b a b b a ... Only the addition and substraction arithmetic operators are used to create the number series items.

Examples

Run this code

#Draws 10 items randomly.
imTwelve(10)


Run the code above in your browser using DataLab