-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
41 lines (40 loc) · 1.1 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
S3method(predict,jSDM)
export(get_enviro_cor)
export(get_residual_cor)
export(inv_logit)
export(jSDM_binomial_logit)
export(jSDM_binomial_probit)
export(jSDM_binomial_probit_long_format)
export(jSDM_binomial_probit_sp_constrained)
export(jSDM_gaussian)
export(jSDM_poisson_log)
export(logit)
export(plot_associations)
export(plot_residual_cor)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,evalCpp)
importFrom(coda,HPDinterval)
importFrom(coda,as.mcmc)
importFrom(corrplot,corrplot)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stringi,stri_remove_empty)
useDynLib(jSDM , .registration=TRUE)