<div dir="ltr"><div>To whom it may concern,</div><div><br></div>Thank you for developing Rsinea package, I am a beginner for learning social network. I use R 3.4.1 version, and RSiena_1.1-232 now. In my previous work, I usually use igraph package to deal with network data and familiar with the data has two columns ( source and target).<br><div><br></div><div>I am reading the manual of Rsinea now and get confused with how to transform the edge list to adjacent matrix format. first I am not sure what does edge list refer to (the data frame with two variables of the source and target or edges in a graph object). second I am dealing with a directed graph, I think the adjacent matrix is different from the undirected one, but still confused how varies? </div><div><br></div><div>I used the codes you provide in the manual, but an error occurred, and I also don't know what's the meaning of the second code.</div><div><div>(# create empty adjacent matrix</div><div>adj <- matrix(0, n, n)</div><div># put edge values in desired places</div><div>adj[edges[, 1:2]] <- edges[, 3])</div></div><div><br></div><div>I am an international student studying education, so I am not good at coding, sorry for such a long email. Look forward to receiving your reply and thank you so much for your help.</div><div><br></div><div>Tina</div></div>