ergm_keyword {ergm} | R 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
[Package ergm version 4.7.5 Index]