R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    packageStartupMessage("GERGM: Generalized Exponential Random Graph Models
Version 0.13.0 created on 2018-05-14.
copyright (c) 2018, Matthew J. Denny, Penn State University
                    James D. Wilson, University of San Francisco
                    Skyler Cranmer, Ohio State University
                    Bruce A. Desmarais, Penn State University
                    Shankar Bhamidi, University of North Carolina
Type help('gergm') to get started.
Development website: https://github.com/matthewjdenny/GERGM")
}

Try the GERGM package in your browser

Any scripts or data that you put into this service are public.

GERGM documentation built on May 2, 2019, 5:14 a.m.