-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
41 lines (40 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(biconnected_components)
export(biconnected_components_pedigree)
export(block_cut_tree)
export(block_cut_tree_pedigree)
export(direct_to_standardized)
export(eval_pedigree_grad)
export(eval_pedigree_hess)
export(eval_pedigree_ll)
export(max_balanced_partition)
export(max_balanced_partition_pedigree)
export(mvndst)
export(mvndst_grad)
export(pedigree_ll_terms)
export(pedigree_ll_terms_loadings)
export(pedmod_opt)
export(pedmod_profile)
export(pedmod_profile_nleq)
export(pedmod_profile_prop)
export(pedmod_sqn)
export(pedmod_start)
export(pedmod_start_loadings)
export(standardized_to_direct)
export(unconnected_partition)
export(unconnected_partition_pedigree)
importFrom(Rcpp,sourceCpp)
importFrom(alabama,auglag)
importFrom(stats,approx)
importFrom(stats,binomial)
importFrom(stats,glm.fit)
importFrom(stats,lm.fit)
importFrom(stats,optim)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(stats,spline)
importFrom(stats,splinefun)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(pedmod, .registration = TRUE)