Displaying 2 results from an estimated 2 matches for "nbpradio".
Did you mean:
fbcradio
2009 Jun 04
0
Small mystery : passing a "subset=" argument to lme|lm through "..."
...data=complete(data,i),
...))
object <- list(call = call, call1 = data$call, nmis = data$nmis,
analyses = analyses)
oldClass(object) <- c("mira", oldClass(object))
return(object)
}
> bar1<-foo(ttotal~nbpradio, data=Data1.Imp, random=~1|ctr)
> class(bar1$analyses[[1]])
[1] "lme" # Fine : the "random=" argument *HAS BEEN* passed to lme()
# through "..." ; therefore it's (usually) possible.
# Further tests (not shown) show that results are "reasonable" (i. e....
2009 Apr 22
1
Multiple imputations : wicked dataset ? Wicked computers ? Am I cursed ? (or stupid ?)
...opping the 3
worst cases, which might be regained by other means).
To try my hand at multiple imputation, I created a small extract of the
original dataset :
>
DataTest<-Data2[c("ctr","cadredp","persmob","trea","taller","tbox","nbpradio","nbpventil","sitrea")]
> dim(DataTest)
[1] 231 9
> sapply(DataTest,data.class)
ctr cadredp persmob trea taller tbox nbpradio
nbpventil
"factor" "factor" "numeric" "numeric" "numeric" "...