imEleven: Item Model 11

Description Usage Arguments Details Author(s) Examples

Description

This uses item model 11 to create number series items - Identification of alternating coefficients of change.

Usage

1
imEleven(items = 1, fun1 = "add", fun2 = "add")

Arguments

items

Generate a random mix of items.

fun1

The argument decides the arithmetic to be employed for Neighbouring objects. There are only two arithmetic: add, substr.

fun2

The argument decides the arithmetic to be employed for the two values between the grouped objects. There are two arithmetic: add, substr.

Details

This function creates number series that is a combination of Neighbouring objects and 2-sequence coefficient. Multiplication and Division are removed since the calculated value is too big. Example: A sequence whose coefficient of change alternates between (add 6) and (multiply by 2). 1 7 14 20 40 46 (92) (98).

Author(s)

Aiden Loe and Filip Simonfy

Examples

1
2
#Draws 5 items randomly.
imEleven(items=5, fun1 = "add", fun2= "add")

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