egor
egor copied to clipboard
R Package for importing and analysing ego-centered-network data.
I'm having an issue correctly plotting networks when the alters all share the same value (e.g., each alter scores 1 on the attribute, rather than some scoring 0 and some...
Two identical `egor()` calls differing in naming the attribute: ``` r library(egor) # Attribute is named "a" egor( egos = tribble( ~ egoID, ~ a, 1, 0, 2, 0 ),...
At this moment we write in the docs of `egor()` that > `ego_design` A [list](http://127.0.0.1:20143/help/library/egor/help/list) of arguments to [srvyr::as_survey_design()](http://127.0.0.1:20143/help/library/srvyr/help/as_survey_design) specifying the sampling design for the egos. If formulas, they can...
Hello, Perhaps I'm missing something and I checked the documentation but couldn't figure this out yet. Is there any way to remove egos based on some attribute from an egor...