Displaying 3 results from an estimated 3 matches for "swork".
Did you mean:
work
2009 Oct 21
0
multiple imputation with mix package
...er list) from the data set
trainSet using em.mix as follows:
sTrain <- prelim.mix(trainSet,nCategorical)
thetaTrain <- em.mix(sTrain,maxits=1000,showits=TRUE,eps=0.0001)
I then attempt to use this model to impute a missing field (TC) in the
data set workSet as follows:
workSet$TC <- NA
sWork <- prelim.mix(workSet,nCategorical)
imputedWork <- imp.mix(sWork,thetaTrain,workSet)
This does not give realistic values for TC (they are around 0). My
guess is that the part of the imputation model information is stored
in sWork
If I do this it looks like it works better (values of TC in th...
2000 Dec 19
1
translation from the old-S
In ancient times, circa 1980, S data directories were called swork and sdata
not .Data, and "New-S" as described in the already medieval "Blue Book"
discusses a function DBCONVERT that converted swork data into .Data data.
It is embarrassing to admit it, but I still have data archives from a BTL
machine called alice in the swork format and wou...
2003 Nov 17
2
Hang on boot with 4.9-STABLE
...hangs on boot after the apm0
line. It's doing SMP and the motherboard has hyperthreading enabled.
It won't break out to the kernel debugger so I can't get a kernel dump.
Clues ? Known issue ?
P.
FreeBSD 4.9-STABLE #6: Mon Nov 17 18:02:33 EST 2003
pir@falcon:/usr/src/sys/compile/SWORKS
Timecounter "i8254" frequency 1193182 Hz
CPU: Intel(R) XEON(TM) CPU 2.40GHz (2395.92-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0xf24 Stepping = 4
Features=0x3febfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXS...