nlme-internal {nlme}R Documentation

Internal nlme functions

Description

Internal nlme functions.

Usage

allVarsRec(object)
createConLin(fixed,data,random,...)
getFixDF(X, grps, ngrps, assign, terms)
getParsGnls(plist, pmap, beta, N)
getParsNlme(plist, fmap, rmapRel, bmap, groups, beta, bvec, b, level, N)
glsApVar(glsSt, sigma, conLin, .relStep, minAbsPar, natural)
glsEstimate(object, conLin, control)
gnlsApVar(gnlsSt, lsigma, conLin, .relStep, minAbsPar, natural)
lmeApVar(lmeSt, sigma, conLin, .relStep, minAbsPar, natural)
nonlinModel(modelExpression, env, paramNames)
print(x, title, rdig, ...)

Details

These are not to be called by the user.


[Package Contents]