-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
48 lines (48 loc) · 1.09 KB
/
NAMESPACE
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
40
41
42
43
44
45
46
47
48
useDynLib(glmmrBase, .registration=TRUE)
S3method(print,mcml)
S3method(summary,mcml)
S3method(coef,mcml)
S3method(logLik,mcml)
S3method(family,mcml)
S3method(formula,mcml)
S3method(vcov,mcml)
S3method(residuals,mcml)
S3method(predict,mcml)
S3method(fitted,mcml)
S3method(confint,mcml)
S3method(summary,Model)
S3method(coef,Model)
S3method(logLik,Model)
S3method(family,Model)
S3method(formula,Model)
S3method(vcov,Model)
S3method(residuals,Model)
S3method(predict,Model)
S3method(fitted,Model)
export(Beta)
export(Covariance)
export(MeanFunction)
export(Model)
export(cross_df)
export(match_rows)
export(nelder)
export(nest_df)
export(progress_bar)
export(setParallel)
export(mcml_lmer)
export(mcml_glmer)
export(lme4_to_glmmr)
export(Quantile)
export(hessian_from_formula)
importFrom(methods,is)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,model.matrix)
importFrom(stats, as.formula)
importFrom(Rcpp, evalCpp)
importFrom(R6, R6Class)
import(Matrix)
importFrom("utils", "capture.output")
importFrom(rstan, sampling)
importFrom(rstantools, rstan_config)
importFrom("stats", "gaussian", "runif")