Displaying 20 results from an estimated 400 matches similar to: "Data analysis package for positively skewed data"
2009 Sep 24
0
Fw: Simulating and Plotting
R -helpers
 
i have been trying to do this problem without must success,i managed to do a graph for x, but it is not what i want to define. I have also been able to do simple rendom sample. If possible can someone help here is the code for the graph pleae help
 
data.frame(ID=c(1,2,3),mu=c(10000,34000,50000),sigma=c(2000,3000,5000))
curve(dnorm(x,mean=parms$mu[1],sd=parms$sigma[1]),from=2000,
2009 Sep 24
0
Multiply Normal Curves
R -helpers
 
i have been trying to do this problem without must success,i managed to do a graph for x, but it is not what i want to define,(i want to specify number of observations as well). I have also been able to do simple rendom sample.
 
data.frame(ID=c(1,2,3),mu=c(10000,34000,50000),sigma=c(2000,3000,5000))
curve(dnorm(x,mean=parms$mu[1],sd=parms$sigma[1]),from=2000,
to=80000,
2009 Sep 24
1
Fw: Re: Multiple Normal Curves
Sorry about the subject
--- On Thu, 24/9/09, KABELI MEFANE <kabelimefane@yahoo.co.uk> wrote:
From: KABELI MEFANE <kabelimefane@yahoo.co.uk>
Subject: Re: [R] Multiply Normal Curves
To: R-help@r-project.org
Date: Thursday, 24 September, 2009, 11:48 AM
R -helpers
 
i have been trying to do this problem without must success,i managed to do a graph for x, but it is not what i want to
2009 Sep 09
1
Combining simulated data
R helpers
 
Please help me combine the simulated data to a form of table where: Hypermarket have 10 rows, supermarket have 15 rows,......., spazashops with 35 rows.
 
Hypermarket <- rnorm(10, mean=20000, sd=7000)
Supermarket <- rnorm(15, mean=12000, sd=4000)
Minimarket   <- rnorm(20, mean=10000, sd=4000)
Cornershop  <- rnorm(20, mean= 8000, sd=3000)
Spazashop   <- rnorm(35, mean=
2009 Sep 09
1
SRS Required sample size for simulated data
Hi 
 
Out of curiosity, how can i determine the minimum required sample size of this data in a combined form say 100 entries which r functions can i use?
 
R helpers
 
Please help me combine the simulated data to a form of table where: Hypermarket have 10 rows, supermarket have 15 rows,......., spazashops with 35 rows.
 
Hypermarket <- rnorm(10, mean=20000, sd=7000)
Supermarket <-
2009 Oct 01
5
How to use Subpopulation data?
Dear Helpers
 
I have a sample frame and i have sampled from it using three methods and now i want to calculate the statistics but i only get the population parameters.
 
H <- matrix(rnorm(100, mean=50000, sd=5000))
sampleframe=data.frame(type=c(rep("H",100)),value=c(H))
sampleframe
 
str=strata(sampleframe,c("type"),size=c(20,), method="srswor")
2004 Dec 03
1
Help with music over intercom.
I am using Console/DSP for an intercom.  I want to play my MP3 
collection over it when no one is using it, like when they do in the 
supermarket.
Can anyone help me with this.
Any suggestions will be appreciated.
--
Christopher Dobbs
2011 Apr 18
1
5 nice varieties of red wine for novice
Could someone recommend 5 different varieties of red wine, average price available in a supermarket for a novice to get a good overview of what's out there?
 :P
2008 Sep 03
2
Highlighint rjs problem on a new product
Hi,
Problem Summary:
I have been trying to add the highlight effect to my table but
everytime a new record is added the highlighting gives an rjs error.
However when i click the add to cart button on a product that already
exists inside the table, the highlight effect works. Is this because
the partial must only have only one <tr></tr> in it and the <table>
must be on the other
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
2009 Nov 05
0
Biometric Summit - Feb. 22-25, 2010
Join your colleagues for the 20th highly acclaimed international
forum to hear the latest implementations of biometrics...
The Winter 2010 BIOMETRICS SUMMIT:
--------------------
Practical Implementation Strategies, Market Trends And Best Practices
In Government And Business
--------------------
February 22-25, 2010 - Miami, FL
2009 Nov 16
0
Biometric Summit - 2010
JOIN YOUR COLLEAGUES FOR THE 20TH HIGHLY ACCLAIMED 
INTERNATIONAL FORUM TO HEAR THE LATEST IMPLEMENTATIONS OF
BIOMETRICS...
THE WINTER 2010 BIOMETRICS SUMMIT:
--------------------
Practical Implementation Strategies, Market Trends 
And Best Practices In Government And Business
--------------------
February 22-25, 2010 - Miami, FL
2009 Aug 25
0
Fw: Re: Simulating data (stupid question)
Dear All
 
I know that you do not have to help me (as this is not a pure R problem) but please do, i am new to R as a CPI compiler, i just need to do a sample to see which sampling method best works in different situations, therefore since this is for practice purposes nobody will finance a real project thats why i need you to help me direct me as to how simulate data (just direct me,not 100%
2009 Oct 01
0
Revolutions blog: September roundup
I write about R every weekday at the Revolutions blog:
http://blog.revolution-computing.com .
In case you missed them, here are some articles from last month of
particular interest to R users.
http://bit.ly/WYAnM shows how to create a URL for a Google Spreadsheet
so you can read the data directly from the cloud in R with read.csv.
http://bit.ly/FuUNw reported on Google's use of R to predict
2009 Aug 25
1
Fw: Re: Simulating data for sampling (stupid question)
Dear All
 
I know that you do not have to help me (as this is not a pure R problem) but please do, i am new to R as a CPI compiler, i just need to do a sample to see which sampling method best works in different situations, therefore since this is for practice purposes nobody will finance a real project thats why i need you to help me direct me as to how simulate data (just direct me,not 100%
2011 Jan 15
0
Revolutions Blog: December Roundup
Happy New Year, R users! I write about R every weekday at the Revolutions blog:
 http://blog.revolutionanalytics.com
and every month I post a summary of articles from the previous month
of particular interest to readers of r-help.
In case you missed them, here are some articles related to R from the
month of December:
A Facebook employee created a beautiful visualization of social
connections
2007 Jul 02
6
[Bug 1327] New: The limit of 100 forwarded ports is arbitrary and unnecessary
http://bugzilla.mindrot.org/show_bug.cgi?id=1327
           Summary: The limit of 100 forwarded ports is arbitrary and
                    unnecessary
           Product: Portable OpenSSH
           Version: 4.6p1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: ssh
        AssignedTo: bitbucket at
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
2011 Jul 26
1
sieve, vacation - lda-dupes being ignored?
Environment: dovecot 2.0.9, postfix 2.6, Pigeonhole 0.2.2
I'm in the process of setting up vacation auto-reply for the first time,
(it's that time of the year) and it looks like .dovecot.lda-dupes is 
being updated, but not read (or just ignored). 
my vacation script:
require ["vacation","variables"];
# get hold of the subject
if header :matches "Subject"
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,