This function creates an ego network through interactive interview questions. Note that it only creates a simplex, directed network.
create_ego(
max_alters = Inf,
roster = NULL,
interpreter = FALSE,
interrelater = FALSE
)
The maximum number of alters to collect. By default infinity, but many name generators will expect a maximum of e.g. 5 alters to be named.
A vector of node names to offer as potential alters for ego.
Logical. If TRUE, then it will ask for which attributes to collect and give prompts for each attribute for each node in the network. By default FALSE.
Logical. If TRUE, then it will ask for the contacts from each of the alters perspectives too.
Other makes:
make_cran
,
make_create
,
make_explicit
,
make_learning
,
make_motifs
,
make_play
,
make_random
,
make_read
,
make_stochastic
,
make_write