build_additive_term: Get SQL representing a continuous term in the model with no...

Description Usage Arguments Value

View source: R/modelc.r

Description

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

Usage

1
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


sparkfish/modelc documentation built on June 19, 2020, 12:18 a.m.