groups.networkModel: Get the grouping for a networkModel object
Description
Get the grouping for a networkModel object
Usage
# S3 method for networkModel
groups(x)
Value
A tibble giving the grouping variable(s) for the input network
model. This tibble is in the same order as the rows of the input network
model. If the input network model did not have any grouping variable,
returns NULL.