Function File: fullfact (N)

Full factorial design.

If N is a scalar, return the full factorial design with N binary choices, 0 and 1.

If N is a vector, return the full factorial design with choices 1 through n_i for each factor i.

Package: statistics