imEight: Item Model 8

Description Usage Arguments Details Author(s) Examples

Description

This uses item model 8 to create number series items.

Usage

1
imEight(cat, n, items, arith)

Arguments

cat

Number of categorical groups per question.

n

The differences between the pair of objects

items

The number of items you want to generate.

arith

The arithmetic operator of your choice ("add","substr","multi","div").

Details

This is based on the categorical / pattern recognition rule. Neighbouring pairs or triads of objects are related, includes arithmetic operations.

Author(s)

Aiden Loe and Filip Simonfy

Examples

1
imEight(cat=2,n=4,items=2, arith="add")

numGen documentation built on May 2, 2019, 9:42 a.m.