Displaying 2 results from an estimated 2 matches for "newlev".
Did you mean:
newlen
2005 Aug 24
0
Model forecasts with new factor levels - predict.warn
...del"]][[nn[i]]]
print(ofac) # diagnostic
oldlev<-levels(factor(ofac))
nfac <- newdata[[nn[i]]] # ?? note need for double brackets. Why?
message("Factor ",nn[i], " in new data")
print(nfac) # diagnostic
message("about to try levels on newfac")
newlev<-levels(factor(nfac))
for (j in seq(along=newlev)) {
if (!(newlev[j] %in% oldlev)) {
message("New level ", newlev[j]," not found in estimation levels of
factor ", nn[i])
dostop = TRUE
}
}
} # end loop over names
} # end part where we DO have new...
2012 Jan 25
1
Arcview 3.2
...d, status
c0000005
Switching (native,builtin) in winecfg makes no difference and this is
what I see in the file system:
jack at freekbox:~/winVis/drive_c/windows/system32$ ls -l odbc32*
-rw-r--r-- 1 jack jack 1032 2011-06-03 22:52 odbc32.dll
Thanks for any help you might be able to give,
?? Jack Newlevant