ergm_keyword: Dynamic ERGM keyword registry

ergm_keywordR Documentation

Dynamic ERGM keyword registry

Description

A function to manage dynamic ERGM keywords. To register a keyword, call the function with all parameters provided. To fetch all registered keywords, call the function with no parameters specified.

Usage

ergm_keyword(
  name = NULL,
  short = NULL,
  description = NULL,
  popular = NULL,
  package = NULL
)

Arguments

name

full name of the keyword

short

abbreviation of the keyword name

description

description of the keyword

popular

logical to indicate if a keyword is popular

package

package the keyword is first defined in

Value

Returns a dataframe with the following columns:

  • name

  • short

  • description

  • popular

  • package


statnet/ergm documentation built on April 17, 2024, 12:21 p.m.