-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
S3method(average,compare_phylosem)
S3method(best,compare_phylosem)
S3method(choice,compare_phylosem)
S3method(coef,phylosem)
S3method(logLik,phylosem)
S3method(print,phylosem)
S3method(summary,phylosem)
S3method(vcov,phylosem)
export(as_fitted_DAG)
export(as_phylo4d)
export(as_sem)
export(average)
export(best)
export(choice)
export(compare_phylosem)
export(list_parameters)
export(phylosem)
export(phylosem_control)
importFrom(TMB,MakeADFun)
importFrom(TMB,compile)
importFrom(TMB,dynlib)
importFrom(TMB,sdreport)
importFrom(ape,Ntip)
importFrom(ape,node.depth.edgelength)
importFrom(ape,rtree)
importFrom(methods,is)
importFrom(phylobase,phylo4d)
importFrom(phylopath,average_DAGs)
importFrom(phylopath,coef_plot)
importFrom(sem,pathDiagram)
importFrom(sem,sem)
importFrom(sem,specifyEquations)
importFrom(sem,specifyModel)
importFrom(stats,AIC)
importFrom(stats,logLik)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,optimHess)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,rnorm)
importFrom(stats,vcov)
useDynLib(phylosem, .registration = TRUE)