Hi, I want to do a social network analysis with a stochastic actor oriented model using R Siena. First, I imported a dependent network with two waves as well as a dependent behavioral variable and four individual constant covariates.
After that, I used the command "sienaDataCreate" to create sienaDataObjects and wanted to combine them using "sienaGroupCreate". How to fix the following error I get when trying this?
datagroup <- sienaGroupCreate(list(dat1, dat2, dat3, dat4))
Error in sienaGroupCreate(list(dat1, dat2, dat3)): object names inconsistent