-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
60 lines (59 loc) · 1.38 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
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
S3method(VarCorr,galamm)
S3method(anova,galamm)
S3method(coef,galamm)
S3method(confint,galamm)
S3method(deviance,galamm)
S3method(extract_optim_parameters,galamm)
S3method(factor_loadings,galamm)
S3method(family,galamm)
S3method(fitted,galamm)
S3method(fixef,galamm)
S3method(formula,galamm)
S3method(logLik,galamm)
S3method(nobs,galamm)
S3method(plot,galamm)
S3method(plot_smooth,galamm)
S3method(predict,galamm)
S3method(print,VarCorr.galamm)
S3method(print,galamm)
S3method(print,summary.galamm)
S3method(ranef,galamm)
S3method(residuals,galamm)
S3method(sigma,galamm)
S3method(summary,galamm)
S3method(vcov,galamm)
export(VarCorr)
export(extract_optim_parameters)
export(factor_loadings)
export(fixef)
export(galamm)
export(galamm_control)
export(plot_smooth)
export(ranef)
export(response)
export(s)
export(sl)
export(t2)
export(t2l)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(mgcv,s)
importFrom(mgcv,t2)
importFrom(nlme,VarCorr)
importFrom(nlme,fixef)
importFrom(nlme,ranef)
importFrom(stats,anova)
importFrom(stats,coef)
importFrom(stats,deviance)
importFrom(stats,family)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,logLik)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,sigma)
importFrom(stats,vcov)
useDynLib(galamm, .registration = TRUE)