search for: ukda

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

Did you mean: ubda
2006 Oct 31
2
R crashing during batch file formatting
...hrough the Amelia package (which will be an ‘interesting’ job in itself).. But first I need to convert the various types of missing value (from about -9 to -1) to a more generic ‘NA’ code. I’ve written the following function to do this: BHPS.converter <- function(from="D:/Data/BHPS/UKDA-5151-tab/tab/", to="D:/BHPS/NA/", ext="tab" ) { from.files <- dir(from, pattern=paste(".",ext,"$",sep="") ) existing.to.files <- dir(to, pattern=paste(".",ext,"$",sep="") )...