The R Project SVN R-packages

Rev

Rev 1583 | Rev 1696 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1583 Rev 1587
Line 26... Line 26...
26
       "tcrossprod",
26
       "tcrossprod",
27
       "unpack"
27
       "unpack"
28
       )
28
       )
29
 
29
 
30
## lmer-related
30
## lmer-related
31
export("BIC", "VarCorr", "fixef", "lmer", "lmerControl")
31
export("lmer")
32
 
32
 
33
exportClasses(
33
exportClasses(
34
	      "BunchKaufman",
34
	      "BunchKaufman",
35
	      "pBunchKaufman",
35
	      "pBunchKaufman",
36
	      "Cholesky",
36
	      "Cholesky",
Line 117... Line 117...
117
	      "t",
117
	      "t",
118
	      "tcrossprod"
118
	      "tcrossprod"
119
	      )
119
	      )
120
 
120
 
121
## lmer-related
121
## lmer-related
122
exportMethods("BIC", "anova", "confint", "deviance", "fitted", "fixef",
122
exportMethods("BIC", "anova", "coef", "confint", "deviance", "fitted", "fixef",
123
              "formula", "logLik", "plot", "ranef", "residuals", "resid",
123
              "formula", "lmer", "logLik", "plot", "ranef", "residuals", "resid",
124
              "summary", "update", "vcov", "with")
124
              "summary", "update", "vcov", "VarCorr", "with")