search for: ncord2

Displaying 1 result from an estimated 1 matches for "ncord2".

Did you mean: ncord1
2007 Dec 02
1
speeding up likelihood computation
...e stribe <- data.frame$stribe obc <- data.frame$obc ucaste <- data.frame$ucaste N <- data.frame$dfsize indN <- data.frame$dfsize1 # INDICATOR FUNCTION THAT dfsize==alive nb <- data.frame$nboy ng <- data.frame$ngirl ncord1 <- data.frame$ncord1 # FIRST CHILD: BOY=0; GIRL=1 ncord2 <- data.frame$ncord2 #SECOND CHILD: BOY=0; GIRL=1 ncord3 <- data.frame$ncord3 ncord4 <- data.frame$ncord4 ncord5 <- data.frame$ncord5 ncord6 <- data.frame$ncord6 # SIXTH CHILD: BOY=0; GIRL=1 ######### POSITION OF i^th BOY ################################################ boy1 &lt...