convert_model_dots: Converts dot operator to terms

View source: R/convert_model_dots.R

convert_model_dotsR Documentation

Converts dot operator to terms

Description

Converts the dot operator . in a formula to the linear terms in the model. Includes interactions (e.g. .*.)

Usage

convert_model_dots(design, model, splitplotdesign = NULL)

Arguments

design

The design

model

Base model

splitplotdesign

split plot design data.frame

Value

New model with dot operator replaced


skpr documentation built on Nov. 5, 2025, 6:03 p.m.