-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
82 lines (81 loc) · 1.8 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Generated by roxygen2: do not edit by hand
S3method(AIC,gremlin)
S3method(anova,gremlin)
S3method(deltaSE,default)
S3method(deltaSE,formula)
S3method(deltaSE,list)
S3method(fixef,gremlin)
S3method(getCall,gremlin)
S3method(logLik,gremlin)
S3method(nobs,gremlin)
S3method(print,summary.gremlin)
S3method(remlIt,default)
S3method(remlIt,gremlinR)
S3method(residuals,gremlin)
S3method(summary,gremlin)
S3method(tr,default)
S3method(tr,dgCMatrix)
S3method(tr,dsCMatrix)
S3method(update,gremlin)
export(ai)
export(algChk)
export(ccFun)
export(ccFun1)
export(ccFun2)
export(ccFun3)
export(ccFun4)
export(chol2inv_ii)
export(conTrans)
export(deltaSE)
export(em)
export(fixef)
export(gradFun)
export(gradFun_fd)
export(gremlin)
export(gremlinControl)
export(gremlinR)
export(gremlinSetup)
export(matlist2vech)
export(mkModMats)
export(npar.gremlin)
export(nu2theta_lambda)
export(nu2theta_noTrans)
export(nu2theta_trans)
export(nuAI2thetaAIinv_lambda)
export(nuVar2thetaVar_lambda)
export(reml)
export(remlIt)
export(stTrans)
export(start2theta)
export(theta2nu_lambda)
export(theta2nu_trans)
export(tr)
export(tugug_trace)
export(vech2matlist)
import(Matrix)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,slot)
importFrom(nlme,fixef)
importFrom(stats,AIC)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,deriv)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,naresid)
importFrom(stats,nobs)
importFrom(stats,pchisq)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,residuals)
importFrom(stats,setNames)
importFrom(stats,update.formula)
importFrom(stats,var)
useDynLib(gremlin, .registration = TRUE)