Learn R Programming

reformulas (version 0.2.0)

RHSForm: extract right-hand side of a formula

Description

extract right-hand side of a formula

Usage

RHSForm(form, as.form = FALSE)

Value

a language object

Arguments

form

a formula object

as.form

(logical) return a formula (TRUE) or as a call/symbolic object (FALSE) ?

Examples

Run this code
RHSForm(y ~ x + (1|g))

Run the code above in your browser using DataLab