<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang="EN-US" link="#0563C1" vlink="#954F72"><div class="WordSection1"><p class="MsoNormal">Hello...I’m having a problem running a model with a sienaGroup object (~30 subnetworks, 4-5 nodes in each).  Each team has the same data arrangement (one dependent, 9 coCovar and 2 coDyadCovar), but differ somewhat in terms of waves and node count.</p><p class="MsoNormal"> </p><p class="MsoNormal">I can process models for each of these teams individually, but trying to run siena07 with the group object, it returns:</p><p class="MsoNormal"> </p><p class="MsoNormal">Error in initializeFRAN(z, x, initC = FALSE, ...) : </p><p class="MsoNormal">  INTEGER() can only be applied to a 'integer', not a 'list'</p><p class="MsoNormal"> </p><p class="MsoNormal">My relevant code is pretty basic at this point:</p><p class="MsoNormal">######################</p><p class="MsoNormal">#previously created siena objects for each team, run fine individually</p><p class="MsoNormal">usableGroups <- list(team107,team108,team110,team111,team112,team113,team114,team115,team116,team118,team119,</p><p class="MsoNormal">                                          team122,team123,team127,team129,team130,team131,team132,team134,team136,team138,team139,</p><p class="MsoNormal">                                          team140,team142,team143) </p><p class="MsoNormal"> </p><p class="MsoNormal">minuteFirstGroup <- sienaGroupCreate(usableGroups)</p><p class="MsoNormal">minuteFirst.effects <- getEffects(minuteFirstGroup) </p><p class="MsoNormal">minuteFirst.algorithm <- sienaAlgorithmCreate()</p><p class="MsoNormal"> </p><p class="MsoNormal">test <- siena07(minuteFirst.algorithm, data = minuteFirstGroup, effects = minuteFirst.effects, verbose = TRUE)</p><p class="MsoNormal">##########################</p><p class="MsoNormal"> </p><p class="MsoNormal">I’m using version 1.1-294 of RSiena(), which I downloaded from R-Forge, and I had the same issue with the CRAN version.  I looked through the code for robmon() and initializeFRAN() on GitHub, but I can’t quite figure out where the glitch is.  Any thoughts or pointers?</p><p class="MsoNormal"> </p><p class="MsoNormal">Thanks in advance! </p><p class="MsoNormal"> </p><p class="MsoNormal"><b><span style="color:#5f497a">Eli Awtrey</span></b><span style="color:#1f497d"> </span><span style="color:black">| <b>University of Washington</b></span></p><p class="MsoNormal"><span style="color:black">Doctoral Candidate, Management and Organization</span></p><p class="MsoNormal"><span style="color:black">Michael G. Foster School of Business</span></p><p class="MsoNormal"><span style="color:black"><a href="http://staff.washington.edu/eawtrey/"><span style="color:black">http://staff.washington.edu/eawtrey/</span></a></span></p><p class="MsoNormal"> </p></div></body></html>