implementInteractions.fnc: implement interactions in the model matrix
Description
given a model matrix with main effects only, add interactions
Usage
implementInteractions.fnc(m)
Value
an updated (model) matrix
Arguments
- m
a (model) matrix (rows observations, columns predictors)
Details
not intended for independent use