Displaying 2 results from an estimated 2 matches for "tussell".
Did you mean:
russell
2003 Jun 17
0
Schafer's CAT for MI
Hi Folks,
Fernando Tussell and I have been working on an R package of Shafer's
CAT software for S-plus, for multiple imputation of categorical data.
A very first version of this ("0.0-1") now seems to work, in that blatant
bugs and segfaults seem to have been worked around.
It now needs some testing in the wi...
2002 May 11
2
RODBC sqlFetch
Hi,
Thanks for showing me how to use RODBC and odbcConnect.
Now works nicely. The question I've got now is:
noms <- list.files(pattern=".DBF")
# removing extension names:
noms <- sapply(noms, function(x) as.character(strsplit(x,".DBF")) ,
USE.NAMES=F)
for (i in 1:length(noms)) {
s <- sqlFetch(bdades, noms[i])
# etc.
}
But it seems that sqlFetch()