build_additive_term {modelc}R Documentation

Get SQL representing a continuous term in the model with no interactions

Description

Get SQL representing a continuous term in the model with no interactions

Usage

build_additive_term(model, additive_term, first = FALSE)

Arguments

model

A list with the same signature as the output of lm or glm

additive_term

A parameter name.

first

A logical flag signaling whether the term is the first term in the formula

Value

A SQL character string representing an additive term


[Package modelc version 1.0.0.0 Index]