search for: meeans

Displaying 5 results from an estimated 5 matches for "meeans".

Did you mean: means
2008 May 05
2
flac/metaflac 32/64 Universal OS X builds
I've just finished an Xcode 3.1 project file for flac and metaflac that builds both tools as 32/64 bit universal binaries. If anyone is interested in either the binaries or the project, I'll be happy to share them. Stephen
2007 Jun 11
8
R vs. Splus in Pharma/Devices Industry
Following up to some extent on Friday's discussion regarding the 'validation' of R, could I ask the list group's opinion on possible advantages of R over Splus from a pharma/devices perspective? I wish to exclude the obvious price difference, which doesn’t seem to carry as much weight as I would have thought. Besides, I have noticed many former Splus users gravitating towards R,
2003 Jun 11
2
scan() crash in Windows 98 (PR#3234)
...=0000000a FS=3baf EDX=01fbd5b2 ES=016f EDI=00000000 GS=0000 Bytes at CS:EIP: 66 8b 04 48 25 57 01 00 00 25 ff ff 00 00 eb 9f Stack dump: 000c0000 00000001 00966000 00000013 0000000b 00000000 0096e188 0048dd2f 01d97e88 00000000 01fbd5cc 01fbd5cc 000c0000 00000004 0000000d 00000001 which certainly meeans nothing at all to me! Simon Fear --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 system = i386, mingw32 status = major = 1 minor = 7.0 year = 2003 month = 04 day = 16 language = R Windows 98 SE 4.10 (build 2222) A Search...
2009 Sep 28
0
Data analysis package for positively skewed data
R-helpers   A curious question: Can you make suggestions  as to  what to use in R for the data from a sample of the following:   Hypermarket <- matrix(rnorm(100, mean=50000, sd=5000)) Supermarket <- matrix(rnorm(400, mean=34000, sd=3000)) Minimarket  <- matrix(rnorm(1000, mean=10000,sd=2000)) Cornershop  <- matrix(rnorm(1500, mean=2500, sd=500)) Spazashop   <- matrix(rnorm(2000,
2008 May 05
2
flac/metaflac 32/64 Universal OS X builds
In my experience, with the gcc compiler, cross-compiling is highly reliable. If your code runs on one processor, then it will run on all. Linking and such might be an issue, which you will discover immediately when the first person tries to run what you've built on their system. It still would be great to run these tests on all four. Actually, you should be able to test 32-bit