-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
26 lines (26 loc) · 1.42 KB
/
DESCRIPTION
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
Package: eicm
Version: 1.0.3
Date: 2023-04-28
Title: Explicit Interaction Community Models
Authors@R: c(person(given="Miguel", family="Porto",
email="[email protected]", comment = c(ORCID="0000-0001-7640-0623"), role=c("aut", "cre")),
person(given="Pedro", family="Beja", comment = c(ORCID="0000-0001-8164-0760"), role="aut"))
Maintainer: Miguel Porto <[email protected]>
Depends: R (>= 3.5.0)
Imports: methods, parallel, GA (>= 3.1.1), snow, doSNOW, iterators, pso, ucminf, foreach, graphics, optimParallel
Suggests: igraph, knitr, rmarkdown
VignetteBuilder: knitr
Description: Model fitting and species biotic interaction network topology selection for explicit
interaction community models. Explicit interaction community models are an extension of binomial
linear models for joint modelling of species communities, that incorporate both the effects of
species biotic interactions and the effects of missing covariates. Species interactions are modelled
as direct effects of each species on each of the others, and are estimated alongside the effects of
missing covariates, modelled as latent factors. The package includes a penalized maximum likelihood
fitting function, and a genetic algorithm for selecting the most parsimonious species interaction
network topology.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/miguel-porto/eicm
BugReports: https://github.com/miguel-porto/eicm
LazyData: true
RoxygenNote: 7.2.3