randomGrid: Generate a random grid (quasis) of prompted size.

Description Usage Arguments Value Author(s) Examples

Description

Generate a random grid (quasis) of prompted size. This feature is useful for research purposes like exploring distributions of indexes etc.

Usage

1
randomGrid(nc=10, ne=15, nwc=8, nwe=5, range=c(1, 5), prob, options=1)

Arguments

nc

Number of constructs (default 10).

ne

Number of elements (default 15).

nwc

Number of random words per construct.

nwe

Number of random words per element.

range

Minimal and maximal scale value (default c(1, 5)).

prob

The probability of each rating value to occur. If NULL (default) the distribution is uniform.

options

Use random sentences as constructs and elements (1) or not (0). If not, the elements and constructs are given default names and are numbered.

Value

repgrid object.

Author(s)

Mark Heckmann

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

x <- randomGrid()
x
x <- randomGrid(10, 25)
x
x <- randomGrid(10, 25, options=0)
x

## End(Not run)

OpenRepGrid documentation built on May 2, 2019, 4:54 p.m.