[R] Generating Heavy and Light Tailed Normal Variates

2016-12-16 Thread Dan Abner
Hi all, I need to generate heavy and light-tailed normal variates separately for demonstration purposes. I figure for the heavy-tailed, I will just generate variates from a t distribution with low degrees of freedom. How does one generate light-tailed normal variates? Thanks, Dan [[alte

Re: [R] Generating Heavy and Light Tailed Normal Variates

2016-12-16 Thread Bert Gunter
There is no such thing as "heavy and light tailed normal variates." The normal distribution is normal, period. Ask this on stats.stackexchange.com. It is about statistics not R, and a sensible answer heavily depends on the context you have in mind. Cheers, Bert Bert Gunter "The trouble with

Re: [R] Generating Heavy and Light Tailed Normal Variates

2016-12-16 Thread Dan Abner
Hi Bert, Thank you for the response. Let me re-phrase: What is the most efficient way to generate variates from a unimodal symmetric distribution that are leptokurtic or platykurtic in R? There does not appear to be a kurtosis parameter for rnorm(). Thanks all, Dan On Fri, Dec 16, 2016 at 10:1

Re: [R] Generating Heavy and Light Tailed Normal Variates

2016-12-16 Thread Bert Gunter
Sorry, but you need to do some studying of statistical theory. The normal/Gaussian distribution has a fixed kurtosis of 3.0. **There is no kurtosis parameter.** Again, this is not the place for such discussions. -- Bert Bert Gunter "The trouble with having an open mind is that people keep co

[R] install the Bioconductor package “yeastExpData”

2016-12-16 Thread AbouEl-Makarim Aboueissa
Dear All: I am trying to install the Bioconductor package “yeastExpData”. By the end I got an error message, please see below. I am not sure what is wrong. > source("http://bioconductor.org/biocLite.R";) Bioconductor version 3.0 (BiocInstaller 1.16.5), ?biocLite for help A new version of Biocond

Re: [R] install the Bioconductor package “yeastExpData”

2016-12-16 Thread Bert Gunter
It looks like a permissions problem. You might want to check with your local IT support. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Dec

[R] How to scale circle sizes in VennDiagram using draw.triple.venn

2016-12-16 Thread Yung-Chih Lai
Hi, The below is the command I used to create a Venn diagram with three sets. However, the three circle sizes are the same. Could you show me how to adjust the circle size based on the area size? Many thanks. grid.newpage() draw.triple.venn(area1 = 9737, area2 = 13329, area3 = 6300, n12 = 8612,

[R] modify the imported version of a function

2016-12-16 Thread Benjamin Tyner
Hi I saw on the assignInNamespace help page, that it changes "the copy in the namespace, but not any copies already exported from the namespace, in particular an object of that name in the package (if already attached) and any copies already imported into other namespaces." So now I'm wonder

Re: [R] How to scale circle sizes in VennDiagram using draw.triple.venn

2016-12-16 Thread Ulrik Stervbo
I usually use the package Vennerable for all my Venn needs. It also has the option to draw weighted diagrams. HTH Ulrik Yung-Chih Lai schrieb am Fr., 16. Dez. 2016, 21:40: > Hi, > > > The below is the command I used to create a Venn diagram with three sets. > However, the three circle sizes are

[R] How to do forecast for the history data

2016-12-16 Thread Venky
Hi, Please any one help me to do fine forecasting for the history data. in that data set A,B... is the account name. based on the spend and revenue i want allocate the spend amount for the next year of january,february to the A,B... account and etc. please find the attached png file for the da