tolmerFormat {Zelig}R Documentation

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'

Author(s)

Ferdinand Alimadhi, Kosuke Imai, and Olivia Lau


[Package Zelig version 4.2-1 Index]