interpret_ego_tergm: Custom interpret function for ego-TERGM.

Description Usage Arguments References Examples

View source: R/interpret_ego_tergm.R

Description

This function assists the user in interpreting output from the ego_tergm function.

Usage

1
interpret_ego_tergm(ego_tergm_fit = NULL, custom_var_names = NULL)

Arguments

ego_tergm_fit

The output from a fitted "ego_tergm".

custom_var_names

A vector of character terms in the same order as the form object fed to ego_tergm of clearer names for these variables.

References

Campbell, Benjamin W. (2018): Inferring Latent Roles in Longitudinal Networks. Political Analysis 26(3): 292-311. https://doi.org/10.1017/pan.2018.20

Examples

1
2
3
4
interpret_ego_tergm(ego_tergm_fit = ego_tergm_fit)
interpret_ego_tergm(ego_tergm_fit = ego_tergm_fit,
                    custom_var_names = c("Edges", "Mutual", "Triangle",
                                        "In-Degree", "Out-Degree", "Sex Homophily"))

egoTERGM documentation built on May 17, 2019, 5:03 p.m.