| randomGrids {OpenRepGrid} | R Documentation | 
Generate a list of random grids (quasis) of prompted size.
Description
This feature is useful for research purposes like
exploring distributions of indexes etc. The function is a
simple wrapper around randomGrid().
Usage
randomGrids(
  rep = 3,
  nc = 10,
  ne = 15,
  nwc = 8,
  nwe = 5,
  range = c(1, 5),
  prob = NULL,
  options = 1
)
Arguments
rep | 
 Number of grids to be produced (default is   | 
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   | 
prob | 
 The probability of each rating value to occur.
If   | 
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
A list of repgrid objects.
Examples
## Not run: 
x <- randomGrids()
x
x <- randomGrids(5, 3, 3)
x
x <- randomGrids(5, 3, 3, options = 0)
x
## End(Not run)
[Package OpenRepGrid version 0.1.15 Index]