File: NAMESPACE

package info (click to toggle)
r-cran-blme 1.0-5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 328 kB
  • sloc: sh: 13; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
export(blmer, bglmer)

exportClasses(bmerMod, blmerMod, bglmerMod)

S3method(print, bmerMod)
S3method(print, summary.bmerMod)
S3method(summary, bmerMod)
S3method(summary, summary.bmerMod)
S3method(vcov, summary.bmerMod)
S3method(refit, bmerMod)

S3method(toString, bmerNormalDist)
S3method(toString, bmerTDist)
S3method(toString, bmerHorseshoeDist)
S3method(toString, bmerPointDist)
S3method(toString, bmerWishartDist)
S3method(toString, bmerInvWishartDist)
S3method(toString, bmerGammaDist)
S3method(toString, bmerInvGammaDist)

importFrom(methods, is, isGeneric, new, representation, show)
importFrom(methods, setClass, setGeneric, setMethod)

importFrom(stats, sd, vcov)
importFrom(stats, gaussian, family)
importFrom(stats, model.frame)
importFrom(stats, getCall, setNames)

importFrom(utils, data, getS3method, packageVersion)

importClassesFrom(lme4, merMod, lmerMod, glmerMod)
importFrom(lme4, lmer, glmer)
importFrom(lme4, lFormula, glFormula)
importFrom(lme4, lmerControl, glmerControl)
importFrom(lme4, mkMerMod)
importFrom(lme4, optimizeGlmer)
importFrom(lme4, mkLmerDevfun, mkGlmerDevfun, updateGlmerDevfun)
importFrom(lme4, isLMM, isGLMM, mkRespMod, GHrule, isREML)
importFrom(lme4, refit)