Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


bruceR (version 0.7.0)

formula_paste: Paste a formula into a string.

Description

Paste a formula into a string.

Usage

formula_paste(formula)

Arguments

formula

R formula.

Value

A character string indicating the formula.

Examples

Run this code
# NOT RUN {
formula_paste(y ~ x)
formula_paste(y ~ x + (1 | g))

# }

Run the code above in your browser using DataLab