[Rsiena-help] helpt with selecting actors

maarten van zalk maarten.vanzalk at oru.se
Tue Feb 21 16:08:56 CET 2012


To whom it may concern,

I am trying to select actors in RSiena on the mac but get strange  
errors that I cannot seem to solve. It seems that the cohort variable  
has NULL but it actually has 2083 actors, of which around 1200 have  
the value 1.

Has anyone had this problem before?

Kind regards,

Maarten van Zalk

 > setwd("/Users/maartenselfhout/Desktop/Data")
 > library(RSiena)
library(snow)
library(rlecuyer)
library(xtable)
 > library(snow)
 > library(rlecuyer)
 > library(xtable)
 > coh <- as.matrix(read.table("cohort2.dat"))
 > use <- coh[, 1] %in% c(1)
 > dim(use)
NULL
 >




More information about the Rsiena-help mailing list