imFour {numGen}R Documentation

Item Model 4

Description

This uses item model 4 to create number series items - Identification of co-occurring relationships between elements (without use of arithmetic skills)

Usage

imFour(items = 5, seed = 1)

Arguments

items

Number of items to generate.

seed

This gives you the same result again.

Details

Sequences which consist of regularly alternating parallel sub-sequences. Understanding of succession does not require use of algebraic skill. Sub-sequences involve items from Item Model 1. Example: Odd elements of the sequence are multiples of 1 and even elements of the sequence are multiples of 10. (1 10 2 20 3 30 (4) (40)) 2 simple linear (without arithmetic) 1 2 3 / 10 20 30 combine to form a number series item.

Author(s)

Aiden Loe and Filip Simonfy

Examples

## Not run: 

imFour(items=5, seed=5)


## End(Not run)

[Package numGen version 0.1.1 Index]