-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
37 lines (36 loc) · 882 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(fitted,gpca)
S3method(plot,cgpca)
S3method(plot,cv.gpca)
S3method(plot,efh)
S3method(plot,gmf)
S3method(plot,gpca)
S3method(predict,cgpca)
S3method(predict,efh)
S3method(predict,gmf)
S3method(predict,gpca)
S3method(print,cgpca)
S3method(print,efh)
S3method(print,gmf)
S3method(print,gpca)
export(convexGeneralizedPCA)
export(cv.cgpca)
export(cv.gmf)
export(cv.gpca)
export(exp_fam_deviance)
export(exponential_family_harmonium)
export(generalizedMF)
export(generalizedPCA)
export(inv.logit.mat)
export(project.Fantope)
importFrom(RSpectra,svds)
importFrom(logisticPCA,inv.logit.mat)
importFrom(logisticPCA,log_like_Bernoulli)
importFrom(stats,fitted)
importFrom(stats,predict)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(utils,type.convert)