Learn R Programming

supernova (version 3.0.1)

no_bars: Remove random effect terms (bars) from a formula.

Description

Uses reformulas if available (preferred), otherwise falls back to lme4. This avoids deprecation warnings in newer versions of lme4.

Usage

no_bars(frm)

Value

The formula with random effect terms removed.

Arguments

frm

A formula that may contain random effect terms.