-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
46 lines (42 loc) · 1.44 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
useDynLib(phylolm, .registration = TRUE)
exportPattern("^[[:alpha:]]+")
import(ape)
import(future.apply)
importFrom("graphics", "abline", "axis", "barplot", "layout", "plot",
"hist", "mtext", "points")
importFrom("stats", "AIC", "add.scope", "binomial", "coef",
"delete.response", "drop.scope", "fitted", "formula", "glm",
"logLik", "model.frame", "model.matrix", "model.response",
"optim", "pnorm", "poisson", "printCoefmat", "pt",
"quantile", "reorder", "rnorm", "runif", "sd", "terms",
"var", "nobs", "confint", "cor", "chisq.test", "optimize", "pbeta",
"as.formula", "na.omit")
importFrom("utils", "flush.console")
S3method(AIC,logLik.phyloglm)
S3method(AIC,logLik.phylolm)
S3method(AIC, phyloglm)
S3method(AIC, phylolm)
S3method(extractAIC, phylolm)
S3method(logLik, phyloglm)
S3method(logLik, phylolm)
S3method(nobs, phylolm)
S3method(nobs, phyloglm)
S3method(plot, OUshifts)
S3method(plot, phyloglm)
S3method(plot, phylolm)
S3method(predict, phylolm)
S3method(predict, phyloglm)
S3method(print, logLik.phyloglm)
S3method(print, logLik.phylolm)
S3method(print, phyloglm)
S3method(print, phylolm)
S3method(print, summary.phyloglm)
S3method(print, summary.phylolm)
S3method(residuals, phyloglm)
S3method(residuals, phylolm)
S3method(summary, phyloglm)
S3method(summary, phylolm)
S3method(vcov, phyloglm)
S3method(vcov, phylolm)
S3method(confint, phylolm)
S3method(model.frame, phylolm)