egor icon indicating copy to clipboard operation
egor copied to clipboard

R Package for importing and analysing ego-centered-network data.

Results 14 egor issues
Sort by recently updated
recently updated
newest added

With plot_egograms you can only use includeego = T if there is at least one alter-alter tie. In a network where the alters are only connected to the ego, and...

Adding a few examples and pointing the user to them in the description of the `ego_design` argument would help.

In fixed choice designs, we may not have the full census of alters observed. Often in these designs we collect ancillary info on the total number of alters, in addition...

The naming conventions in `egor` seem to be inconsistent with respect to the trailing `s`. When creating an `egor` object from the raw data frames, the syntax uses the trailing...

I think it would be nice to have some example data that has weighted ego data and an additonal vignette to demonstrate how to work with it.

Since I am primarily using `egor` as a data storage and manipulation tool, having it also depend on `igraph`, `tidygraph`, as well as `network` means that a lot of unnecessarily...

`onefile_to_egor` seems to be very fragile to the column order in the input data frame. Consider the following input data frame which is two rows from GSS 2004: ```r dd

Currently, subsetting `egor` also subsets the design, which is good, but it also needs to adjust the design when, for example, a clustering variable is modified in-place (such as to...

bug