Displaying 2 results from an estimated 2 matches for "745466".
Did you mean:
45466
2006 Apr 13
1
Guidance on step() with large dataset (750K) solicited...
...that would overcome the memory issues.
I include the code below, and any comments or suggestions would be most
welcome (besides `what type of idiot lets information criteria determine
their model ;-)')
Thanks ever so much in advance.
-- Jeff
---- Begin ----
## Read in the full data set (n=745466 observations)
data <- read.table("../data_header.dat",header=TRUE)
## Create a data frame with all categorical variables declared as
## unordered factors
data <- data.frame(logrprice=data$logrprice,
cgt=factor(data$cgt),
cag=factor(data$cag)...
2006 Jul 24
1
klibc parisc64
I hacked out a rough first implementation of parisc64 for klibc
last month, and only just got around to testing it now.
The good news, it compiled fine on the first shot. The bad news,
it failed to link usr/klibc/libc.so, and I'm not clueful enough
to know why.
hppa64-linux-gnu-ld -Ttext 0x40001000 -o usr/klibc/libc.so --start-group
[...]
usr/klibc/socketcalls/recvmsg.o