Converts dot operator to terms
Converts the dot operator .
in a formula to the linear terms in the model. Includes interactions (e.g. .*.)
convert_model_dots(design, model, splitplotdesign = NULL)
design
: The designmodel
: Base modelsplitplotdesign
: split plot design data.frameNew model with dot operator replaced
Useful links