Package: cocorresp Type: Package Title: Co-Correspondence Analysis Methods Version: 0.4-6 Date: 2025-04-04 Depends: vegan (>= 2.5-0), R (>= 3.4.0) Imports: stats, graphics, utils, grDevices Suggests: testthat, knitr, rmarkdown, pls Authors@R: c(person(c("Gavin", "L."), "Simpson", email = "ucfagls@gmail.com", role = c("aut", "cre", "trl"), comment = "R port of Matlab routines, plus additional code"), person(c("Cajo", "J.F."), "ter Braak", role = c("aut"), comment = "Original Matlab routines"), person(c("Andre", "P"), "Schaffers", role = c("aut"), comment = "Original Matlab routines"), person("Ron", "Wehrens", role = c("aut"), comment = "For simpls.fit()"), person("Bjorn-Helge", "Mevik", role = c("aut"), comment = "For simpls.fit()") ) Description: Fits predictive and symmetric co-correspondence analysis (CoCA) models to relate one data matrix to another data matrix. More specifically, CoCA maximises the weighted covariance between the weighted averaged species scores of one community and the weighted averaged species scores of another community. CoCA attempts to find patterns that are common to both communities. License: GPL-2 URL: https://gavinsimpson.github.io/cocorresp/ BugReports: https://github.com/gavinsimpson/cocorresp/issues VignetteBuilder: knitr Language: en-GB Repository: https://gavinsimpson.r-universe.dev Date/Publication: 2025-04-04 08:24:55 UTC RemoteUrl: https://github.com/gavinsimpson/cocorresp RemoteRef: HEAD RemoteSha: 9d405b7d0160c1f713a7a4cf8955237096af8f2a NeedsCompilation: no Packaged: 2026-06-08 09:01:28 UTC; root Author: Gavin L. Simpson [aut, cre, trl] (R port of Matlab routines, plus additional code), Cajo J.F. ter Braak [aut] (Original Matlab routines), Andre P Schaffers [aut] (Original Matlab routines), Ron Wehrens [aut] (For simpls.fit()), Bjorn-Helge Mevik [aut] (For simpls.fit()) Maintainer: Gavin L. Simpson