planfact {multisensi}R Documentation

Complete factorial design in lexical order

Description

Function that generates a complete factorial design in lexical order

Usage

planfact(nb.niv, make.factor = TRUE)

Arguments

nb.niv

vector containing the number of each input levels

make.factor

logical value. If TRUE the columns of the output are of class factor

Value

plan

data frame of the complete factorial design

Note

This is essentially an internal function for the multisensi package


[Package multisensi version 2.1-1 Index]