Displaying 5 results from an estimated 5 matches for "meean".
Did you mean:
mean
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
...sample
dat.srs$type <- factor(dat.srs$type,
levels = c("Hypermarket","Supermarket","Minimarket","Cornershop","Spazashop"))
(numoutlets<-data.frame(table(dat.srs$type)))
suggest a package that can help me get all the analysis info such as meean,var,std,dev,cv,ci,proportions,...........
[[alternative HTML version deleted]]
2008 May 05
2
flac/metaflac 32/64 Universal OS X builds
...r 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.
>
> The thing that always made me curious is how do you test these
> universal binaries. I meean automated testing. Josh already has
> a large test suite, but if you don't run that test suite on
> all four versions why bother?
>
> Sure, you can test the native compile without problems, but how
> do you test the other three? Its also the three cross-compiled
> ones which a...