Learn R Programming

⚠️There's a newer version (1.24.2) of this package.Take me there.

egor (version 1.21.7)

Import and Analyse Ego-Centered Network Data

Description

Tools for importing, analyzing and visualizing ego-centered network data. Supports several data formats, including the export formats of 'EgoNet', 'EgoWeb 2.0' and 'openeddi'. An interactive (shiny) app for the intuitive visualization of ego-centered networks is provided. Also included are procedures for creating and visualizing Clustered Graphs (Lerner 2008 ).

Copy Link

Version

Install

install.packages('egor')

Monthly Downloads

651

Version

1.21.7

License

AGPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Till Krenz

Last Published

July 1st, 2021

Functions in egor (1.21.7)

allbus_2010_simulated

Simulated Allbus 2010 Data
append_egor

Append rows/columns to ego, alter or aatie data
alter_design

Set and query the alter nomination design
as_igraph

Convert egor object to network or igraph objects
alters32

32 sets of randomly created alters belonging to ego-centered networks
aaties32

32 sets of randomly created alter-alter ties belonging to ego-centered networks
activate.egor

Activate ego, alter or alter-alter tie data level of an egor dataset
alts_diversity_count

Calculate diversity measures on an egor object.
as_tibble.egor

Extract ego, alter, and alter-alter tables from an egor object.
EI

Calculate EI-Index of ego networks
ego_constraint

Calculate Burt constraint for the egos of ego-centered networks
comp_ei

Calculate the EI-Indices of an egor object as a measurement of ego-alter homophily
common_prefix

Longest common prefix of a set of strings.
ego_density

Calculate the relationship density in ego-centered networks
egor-package-doc

egor
ego_design

Set and query the ego sampling design
comp_ply

Calculate custom compositional measures on an egor object
egor_options

Display names and values of global egor options.
count_dyads

Count attribute combinations of dyads in ego-centered networks
egor_vis_app

egor Network Visualization App
composition

Calculate the composition of alter attributes in an egor object
gss2004

A selective subset of GSS 2004 data
clustered_graphs

Cluster ego-centered networks by a grouping factor
edgelist_to_wide

Transforms edge lists to alter-alter wide format data.
egor32

32 randomly created ego-centered networks stored as an egor object
as.egor

egor - a data class for ego-centered network data.
subset.egor

Filter and Subset Ego-centered Datasets
summary.egor

reexports

Objects exported from other packages
layout_egogram

Create layout for an egogram
read_egonet

Read ego-centered network data exported with EgoNet software as an egor object
twofiles_to_egor

Import ego-centered network data from two file format
onefile_to_egor

Import ego-centered network data from 'one file format'
make_egor

Generate random ego-centered-network data.
return_results

Returns results inheriting srvyr design if the input egor object has a an ego_design and global option "egor.return.results.with.design" is TRUE or 'NULL'.
make_edge_list

Generate a random edge list for one network.
egos32

32 randomly created egos belonging to ego-centered networks
extract_egos_and_return

This extracts egos from igraph/network data if they are named in ego_name and returns an egor object
col_idx

Obtain the index of a column in a data frame (or a list), producing an error if there is a problem.
helper

General helper functions
order.edge.list.columns

Order edge list colums with source and target at the beginning.
trim_aaties

Trims alter-alter ties of alters that are missing/ deleted from alters data.
rotate_xy

Rotate a matrix of x and y coordinates by a radian
rowlist

Convert a table to a list of rows
plot_egograms

Plotting egor objects
wide.dyads.to.edgelist.regex

Transform wide alter-alter data to an edge list. A regex based implementation to convert a wide list to an edgelist.
trim_alters

Trims alters that are missing/ deleted from ego data.
wide.to.long

Transform 'wide' alter-level data to the 'long'-format
vis_clustered_graphs

Visualize clustered graphs
transnat

Transnational personal communities of social support of German migrants in Great Britain
wide.dyads.to.edgelist

Transform wide alter-alter data to an edge list. When alter-alter for numerous networks is stored in one file/object it is common use the 'wide' data format. This function transforms such data to an edge lists.
threefiles_to_egor

Read/ import ego-centered network data from the three files format, EgoWeb2.0 or openeddi.
weights.egor

weights.egor() extracts the (relative) sampling weights of each ego in the dataset.
rotate_to_equilibrium

Rotate circle or star graph layout so that it 'stands' on two bottom nodes.