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


tylermorganwall/skpr documentation built on April 13, 2025, 5:35 p.m.