https://github.com/cran/statnet
Raw File
Tip revision: 64123cff9a83f2c4f53dd7369c1982187783f8a7 authored by Martina Morris on 14 June 2019, 07:00:06 UTC
version 2019.6
Tip revision: 64123cf
CITATION
#' statnet: statnet.cite.head("ergm")
# ---- BEGIN AUTOGENERATED STATNET CITATION ----
citHeader(paste0(sQuote("ergm"), " is part of the Statnet suite of packages. ", 
    "If you are using the ", sQuote("ergm"), " package for research that will be published, ", 
    "we request that you acknowledge this by citing the following.\n", 
    "For BibTeX format, use toBibtex(citation(\"", "ergm", "\"))."))
# ---- END AUTOGENERATED STATNET CITATION ----
#' statnet: statnet.cite.pkg("ergm")
# ---- BEGIN AUTOGENERATED STATNET CITATION ----
bibentry("Manual", author = structure(list(list(given = "Mark S.", 
    family = "Handcock", role = "aut", email = "handcock@stat.ucla.edu", 
    comment = NULL), list(given = "David R.", family = "Hunter", 
    role = "aut", email = "dhunter@stat.psu.edu", comment = NULL), 
    list(given = "Carter T.", family = "Butts", role = "aut", 
        email = "buttsc@uci.edu", comment = NULL), list(given = "Steven M.", 
        family = "Goodreau", role = "aut", email = "goodreau@u.washington.edu", 
        comment = NULL), list(given = "Pavel N.", family = "Krivitsky", 
        role = c("aut", "cre"), email = "pavel@uow.edu.au", comment = c(ORCID = "0000-0002-9101-3362")), 
    list(given = "Martina", family = "Morris", role = "aut", 
        email = "morrism@u.washington.edu", comment = NULL)), class = "person"), 
    title = paste("ergm", ": ", "Fit, Simulate and Diagnose Exponential-Family Models for\nNetworks", 
        sep = ""), organization = paste("The Statnet Project (\\url{", 
        "http://www.statnet.org", "})", sep = ""), year = substr("2018-08-15", 
        1, 4), note = paste("R package version ", "3.9.4", sep = ""), 
    url = paste("https://CRAN.R-project.org/package=", "ergm", 
        sep = ""))
# ---- END AUTOGENERATED STATNET CITATION ----
bibentry("Article",
         title = "ergm: A Package to Fit, Simulate and Diagnose Exponential-Family Models for Networks",
         author = personList(person("David R.", "Hunter"),
           person("Mark S.", "Handcock"),
           person("Carter T.", "Butts"),
           person("Steven M.", "Goodreau"),
           person("Martina", "Morris")),
         journal = "Journal of Statistical Software",
         year = 2008,
         volume = 24,
         number = 3,
	 pages = "1--29")
#' statnet: statnet.cite.foot("ergm")
# ---- BEGIN AUTOGENERATED STATNET CITATION ----
citFooter(paste0("We have invested a lot of time and effort in creating the ", 
    "Statnet suite of packages for use by other researchers. ", 
    "Please cite it in all papers where it is used. The package ", 
    sQuote("ergm"), " is distributed under the terms of the license ", 
    "GPL-3 + file LICENSE", "."))
# ---- END AUTOGENERATED STATNET CITATION ----
back to top