citHeader("To cite 'latentnet' in publications use:")

citEntry(entry="Manual",
         title = "statnet: An R package for the Statistical Modeling of Social Networks",
         author = personList(as.person("Mark S. Handcock"),
                             as.person("David Hunter"),
                             as.person("Carter T. Butts"),
                             as.person("Steven M. Goodreau"),
                             as.person("Martina Morris")), 
         year         = 2003,
         url          = "http://www.csde.washington.edu/statnet",
         
         textVersion = 
         paste("Mark S. Handcock, David Hunter, Carter T. Butts, Steven M. Goodreau, and Martina Morris (2003)", 
               "statnet: An R package for the Statistical Modeling of Social Networks. ",
               "URL http://www.csde.washington.edu/statnet.",
               sep="")
         )

citFooter("We have invested a lot of time and effort in creating 'latentnet',",
          "please cite it when using it for network analysis.")
