-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method("coef<-",corMLPE)
S3method("coef<-",corMaternMLPE)
S3method("coef<-",corNMLPE)
S3method("coef<-",corNMLPE2)
S3method(Dim,corMLPE)
S3method(Dim,corMaternMLPE)
S3method(Dim,corNMLPE)
S3method(Dim,corNMLPE2)
S3method(Initialize,corMLPE)
S3method(Initialize,corMaternMLPE)
S3method(Initialize,corNMLPE)
S3method(Initialize,corNMLPE2)
S3method(coef,corMLPE)
S3method(coef,corMaternMLPE)
S3method(coef,corNMLPE)
S3method(coef,corNMLPE2)
S3method(corFactor,corMLPE)
S3method(corFactor,corMaternMLPE)
S3method(corFactor,corNMLPE)
S3method(corFactor,corNMLPE2)
S3method(corMatrix,corMLPE)
S3method(corMatrix,corMaternMLPE)
S3method(corMatrix,corNMLPE)
S3method(corMatrix,corNMLPE2)
S3method(getCovariate,corMLPE)
S3method(getCovariate,corMaternMLPE)
S3method(getCovariate,corNMLPE)
S3method(getCovariate,corNMLPE2)
S3method(is.matrix,dgCMatrix_corMLPE)
S3method(is.numeric,dgCMatrix_corMLPE)
S3method(logDet,corMLPE)
S3method(logDet,corMaternMLPE)
S3method(logDet,corNMLPE)
S3method(logDet,corNMLPE2)
S3method(recalc,corMLPE)
S3method(recalc,corMaternMLPE)
S3method(recalc,corNMLPE)
S3method(recalc,corNMLPE2)
export(as.matrix.corMLPE)
export(as.matrix.corMaternMLPE)
export(as.matrix.corNMLPE)
export(as.matrix.corNMLPE2)
export(corMLPE)
export(corMaternMLPE)
export(corNMLPE)
export(corNMLPE2)
export(simulate_IBD_corMLPE)
export(simulate_corMLPE_residuals)
exportMethods("[")
exportMethods(t)
import(Matrix)
import(nlme)
importFrom(Rcpp,sourceCpp)
useDynLib(corMLPE)