Displaying 2 results from an estimated 2 matches for "s202".
Did you mean:
202
2007 Mar 05
4
Identifying last record in individual growth data over different time intervalls
...anks in advance,
Rainer
> unlist(
sapply(
split(t, t$plate),
function(i)
{
i[i$year==max(i$year),]$id
}
)
)
15 20 33 43 44 47 64 D72 S200
S201
2006001 2006003 2006005 2006007 2006008 2006009 2006014 2006015 2006016
2006017
S202 S203 S204 S205 S206 S207 S208 S209 S210
S211
2004095 2006019 2006020 2006021 2006022 2006023 2006024 2006025 2006026
2006027
S212 S213 S214 S215 S216 S217 S218 S219 S220
S222
2006028 2006029 2006030 2006031 2006032 2006033 2006034 20060...
2003 Apr 14
1
Problem with nlme or glmmPQL (MASS)
...lem, in a multilevel analysis,
using glmmPQL from MASS. This occurs with bothj rw1062 and r-devel,
respectively with nlme versions 3.1-38 and 3.1-39 (windows XP).
> S817.mod1 <- glmmPQL( S817 ~ MIEMBROScat+S901+S902A+S923+URBRUR+REGION+
+
S102+S103+S106A+S108+S110A+S109A+S202+S401+S557A+S557B+
+ YHOGFcat, data=Hogares, random= ~1,
family=binomial,
+ na.action=na.omit)
iteration 1
Error in getGroups.data.frame(dataMix, groups) :
Invalid formula for groups
> getGroupsFormula(Hogares)
~ID08
Hogares is a groupedData object....