EgoStat-internal {ergm.ego}R Documentation

Helper functions of EgoStats. Some may be documented and exported in the future.

Description

Helper functions of EgoStats. Some may be documented and exported in the future.

Usage

.attrErr(term, attrname, req = c("one", "both"))

.unfactor(x)

.degreeseq(egor)

.alterEgos(egor)

.exsum(x)

.extabulate(bin, nbins = max(1, bin, na.rm = TRUE))

.matchNA(x, table, nomatch = NA_integer_, incomparables = NULL)

.pasteNA(..., sep = " ", collapse = NULL)

.sapply_col(..., simplify = TRUE)

.mapply_col(..., SIMPLIFY = TRUE)

split_egos_by_ego(x, egor)

split_alters_by_ego(x, egor)

split_aaties_by_ego(x, egor)

.checkNA(x, ...)

Arguments

x, bin

a vector.

egor

an egor() object.

...

Additional arguments to subroutines.

Functions


[Package ergm.ego version 1.1.0 Index]