Error in sienaGroupCreate(list(dat1, dat2, dat3)): object names inconsistent

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

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.