Package: concorR Type: Package Title: CONCOR and Supplemental Functions Version: 0.2.1.9000 Authors@R: c( person("Tyme", "Suda", email = "suda.4@wright.edu", role = "aut"), person("Adrienne", "Traxler", email = "atraxler@ind.ku.dk", role = "cre", comment = c(ORCID = "0000-0003-2725-0686")), person("Steven", "Wolf", email = "wolfs15@ecu.edu", role = "aut", comment = c(ORCID = "0000-0003-1434-2944")), person("Carter", "Butts", email = "buttsc@uci.edu", role = "ctb", comment = "Author of sna::plot.blockmodel(), adapted for plot_blk()")) Description: Contains the CONCOR (CONvergence of iterated CORrelations) algorithm and a series of supplemental functions for easy running, plotting, and blockmodeling. The CONCOR algorithm is used on social network data to identify network positions based off a definition of structural equivalence; see Breiger, Boorman, and Arabie (1975) and Wasserman and Faust's book Social Network Analysis: Methods and Applications (1994). This version allows multiple relationships for the same set of nodes and uses both incoming and outgoing ties to find positions. Imports: igraph, sna, stats, graphics, viridis License: GPL (>=2) Encoding: UTF-8 LazyData: true URL: https://github.com/ATraxLab/concorR BugReports: https://github.com/ATraxLab/concorR/issues RoxygenNote: 7.1.1 Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://atraxlab.r-universe.dev Date/Publication: 2023-06-28 14:41:15 UTC RemoteUrl: https://github.com/atraxlab/concorr RemoteRef: HEAD RemoteSha: 1ca6eb1daf399a135b56d9eece5da9a21c563e3d NeedsCompilation: no Packaged: 2026-06-20 08:44:59 UTC; root Author: Tyme Suda [aut], Adrienne Traxler [cre] (ORCID: ), Steven Wolf [aut] (ORCID: ), Carter Butts [ctb] (Author of sna::plot.blockmodel(), adapted for plot_blk()) Maintainer: Adrienne Traxler