[Lme4-commits] r1422 - pkg/lme4Eigen/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Oct 17 23:29:41 CEST 2011
Author: dmbates
Date: 2011-10-17 23:29:38 +0200 (Mon, 17 Oct 2011)
New Revision: 1422
Modified:
pkg/lme4Eigen/man/lmer.Rd
pkg/lme4Eigen/man/merMod-class.Rd
Log:
Codoc fixes
Modified: pkg/lme4Eigen/man/lmer.Rd
===================================================================
--- pkg/lme4Eigen/man/lmer.Rd 2011-10-17 20:57:42 UTC (rev 1421)
+++ pkg/lme4Eigen/man/lmer.Rd 2011-10-17 21:29:38 UTC (rev 1422)
@@ -1,6 +1,5 @@
\name{lmer}
\alias{lmer}
-% \alias{lmer2}
\alias{glmer}
\alias{nlmer}
\concept{LMM}% << so it's found; ditto for these:
@@ -20,21 +19,15 @@
devFunOnly=FALSE,
\dots)
-% lmer2(formula, data, REML = TRUE, sparseX = FALSE,
-% control = list(), start = NULL, verbose = 0,
-% doFit = TRUE, subset, weights,
-% na.action, offset, contrasts = NULL,
-% devFunOnly = FALSE, \dots)
-
glmer(formula, data, family = gaussian, sparseX = FALSE,
control = list(), start = NULL, verbose = 0, nAGQ = 1,
doFit = TRUE, compDev = TRUE, subset, weights, na.action, offset,
- contrasts = NULL, mustart, etastart, devFunOnly = FALSE, \dots)
+ contrasts = NULL, mustart, etastart, devFunOnly = FALSE,
+ tolPwrss = 1e-06, \dots)
nlmer(formula, data, family = gaussian, start = NULL,
verbose = 0L, nAGQ = 1L, doFit = TRUE, subset, weights,
- na.action, mustart, etastart, sparseX = FALSE,
- contrasts = NULL, control = list(), \dots)
+ na.action, offset, contrasts = NULL, devFunOnly = FALSE, \dots)
}
\arguments{
\item{formula}{a two-sided linear formula object describing the
@@ -92,6 +85,9 @@
steps.}
\item{devFunOnly}{logical - return only the deviance evaluation
function - useful mainly for debugging.}% but MM thinks we want to keep.
+ \item{tolPwrss}{numeric scalar - the tolerance for declaring
+ convergence in the penalized weighted residual sum-of-squares
+ step. Defaults to 1e-06.}
\item{\dots}{other potential arguments. A \code{method} argument was
used in earlier versions of the package. Its functionality has been
replaced by the \code{REML} and \code{nAGQ} arguments.}
Modified: pkg/lme4Eigen/man/merMod-class.Rd
===================================================================
--- pkg/lme4Eigen/man/merMod-class.Rd 2011-10-17 20:57:42 UTC (rev 1421)
+++ pkg/lme4Eigen/man/merMod-class.Rd 2011-10-17 21:29:38 UTC (rev 1422)
@@ -43,6 +43,8 @@
}
\section{Slots}{
\describe{
+ \item{\code{Gp}:}{The group pointers - an increasing vector of
+ non-negative integers that must start with 0.}
\item{\code{call}:}{The matched call to the function that generated
the object.}
\item{\code{frame}:}{The model frame used to evaluate the model matrices.}
More information about the Lme4-commits
mailing list