-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
86 lines (85 loc) · 1.73 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
83
84
85
86
# Generated by roxygen2: do not edit by hand
S3method(as_list,spifa)
S3method(as_tibble,spifa.list)
S3method(dic,spifa)
S3method(predict,spifa)
S3method(summary,spifa)
export("%>%")
export(TST)
export(adaptive_haario)
export(adaptive_haario_vanish)
export(am_vanish_scaling)
export(ar_chol)
export(chol_corr2vec)
export(dic)
export(dic_cpp)
export(dinvwish)
export(dlkj_corr)
export(dlkj_corr_chol)
export(dlkj_corr_free)
export(dlkj_corr_free2)
export(dmvnorm)
export(dmvnorm_chol)
export(dmvnorm_cholinv)
export(dmvnorm_prec)
export(gamcpp)
export(gather.spifa)
export(gg_density)
export(gg_density2d)
export(gg_errorbar)
export(gg_errorbarh)
export(gg_scatter)
export(gg_trace)
export(ifa_gibbs)
export(ifa_gibbs_nonide)
export(ifa_gibbs_sp)
export(ifa_gibbs_sp_cov)
export(inv_chol)
export(inv_form)
export(inv_solve)
export(inv_solve2)
export(logistic)
export(logit)
export(mat_inv)
export(mat_inv2)
export(matmat)
export(matmatmat)
export(matsub1)
export(multi_lm)
export(name_samples_lower)
export(name_samples_mat)
export(name_samples_vec)
export(plop)
export(probit_gp)
export(probit_gp_adap)
export(probit_gp_am)
export(probit_gp_am_scale)
export(probit_gp_chol)
export(probit_gp_chol2)
export(rcpp_hello_world)
export(rcpptn_hello_world)
export(rimvnorm_Q_eig)
export(rmvnorm_Q)
export(rmvnorm_rest_Q)
export(solve_sympd)
export(solve_sympd_chol)
export(spifa)
export(subset_cpp)
export(test1)
export(testing)
export(trimatl2vec)
export(variance)
export(vec2chol_corr)
export(vec2chol_corr2)
export(vec2mat)
export(vec2matt)
export(vec2trimatl)
export(vec2trimatl_old)
export(vec2trimatl_test)
export(vecsub)
export(vecsub1)
import(RcppTN)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(tibble,as_tibble)
useDynLib(spifa, .registration = TRUE)