Learn R Programming

rockchalk (version 1.8.91)

formatVC: formatter for merMod objects copied from lme4

Description

R packaging started to complain about usage of non-exported functions from packages. lme4 team said they might export this function at some time in future. Until then, I need to copy it.

Usage

formatVC(varc, digits = max(3, getOption("digits") - 2), comp = "Std.Dev.",
  formatter = format, ...)

Arguments

varc
variance estimates
digits
digits desired
comp
what do you want
formatter
a format function
...
other arguments

Value

  • formatted text