Learn R Programming

Zelig (version 4.2-1)

tolmerFormat: Convert a Formula into 'lmer' Representation from Reduced Form Take a formula in its reducd from and return it as a 'lmer' representation (from the lme4 package). This is basically removing the starting 'tag' from each term.

Description

Convert a Formula into 'lmer' Representation from Reduced Form Take a formula in its reducd from and return it as a 'lmer' representation (from the lme4 package). This is basically removing the starting 'tag' from each term.

Usage

tolmerFormat(f)

Arguments

f
a formula in reduced form

Value

  • the 'lmer' representation of 'f'