[R] Statistics course in Palermo

2015-04-14 Thread Highland Statistics Ltd
Apologies for cross-posting There are 4 remaining seats on the following course: Course: Data exploration, regression, GLM & GAM with introduction to R When: 4-8 May 2015 Where: University of Palermo, Italy Course flyer: http://www.highstat.com/Courses/Flyer2015_05Palermo.pdf URL: http://www.h

[R] Statistics course: Darwin, Australia

2015-04-08 Thread Highland Statistics Ltd
Apologies for cross-posting There are 8 remaining seats on the following course: Course: Data exploration, regression, GLM & GAM with introduction to R When: 3-7 August 2015 Where: Darwin, Australia Course flyer: http://www.highstat.com/Courses/Flyers/Flyer2015_08Darwin_regression_GLM_GAM.pdf

[R] Statistics courses in Australia

2015-01-28 Thread Highland Statistics Ltd
Hello, In July/August/September 2015 we will be running again a series of statistics courses in Australia. Confirmed courses: 1. Darwin: Data exploration, regression, GLM and GAM with introduction to R 2. Sydney: Introduction to mixed modelling, GLMM and MCMC with R 3. Canberra: Introduction

Re: [R] FW: R Statistics

2014-12-03 Thread Chel Hee Lee
Or, you may use this approach: > attach(achtergrond) > spits <- ifelse(uurenminuut >= 5.30 & uurenminuut < 9.30, "morning", + ifelse(uurenminuut >=16.30 & uurenminuut < 19.0, "evening", + "between")) > table(spits) spits between evening morning 1636 142 579 > I personally like the app

Re: [R] FW: R Statistics

2014-12-02 Thread William Dunlap
You can do this in 2 steps - have cut() make a factor with a different level for each time period then use levels<-() to merge some of the levels. > z <- cut(.5:3.5, breaks=c(0,1,2,3,4), labels=c("0-1", "1-2", "2-3", "3-4")) > levels(z) [1] "0-1" "1-2" "2-3" "3-4" > levels(z) <- c("betw

[R] FW: R Statistics

2014-12-02 Thread Dries David
> > Hey > > I have a question about making a new variable in R. I have put my dataset > > in attachment. I have to make a new variable "spits" where spits=morning > > when uurenminuut (also a variabel) is between 5.30 and 9.30, when > > uurenminuut is between 16.30 and 19.0 spits has to be equa

[R] Statistics courses

2014-01-27 Thread Highland Statistics Ltd
There are a few remaining places on the following three statistics courses in Coimbra, Lisbon and Elche (Alicante). Course: Data exploration, linear regression, GLM & GAM in R. With introduction to R. Where: University of Coimbra, Coimbra, Portugal When: 3-7 February, 2014 Course: Intr

[R] Statistics of prediction for multiple models with caret

2013-02-10 Thread James Jong
I am trying to get statistics of prediction for binary classification problems and for various training models with caret. Below is an example that illustrates my need: -- library(caret) # ... Get X and Y for training a binary classification problem. X is i

Re: [R] Statistics forums

2011-09-20 Thread education2allpeople
hi friend i m david if you are having any type of problem in Statistics then do visit http://www.transtutors.com/statistics-homework-help/ it has helped me a lot. thanks. david http://www.transtutors.com/statistics-homework-help/ Transtutors -- View this message in context: http://r.789695.n4.n

[R] Statistics related question...compute RSE

2011-05-31 Thread Santosh
Dear Rxperts.. Is there a way to calculate RSE (relative standard error) of a %CV value if given a mean and its %CV? As an approximation, %CV = sqrt(variance). Thanks, Santosh [[alternative HTML version deleted]] __ R-help@r-project.org mailin

Re: [R] statistics

2011-04-08 Thread peter dalgaard
On Apr 8, 2011, at 20:33 , vikas wrote: > if X is a binomial variate with parameters n and p, find E[1/(X+1)] > (A) This is not a list for helping people with their homework (B) This is to be solved using pencil and paper. R can't help you there. (C) Once you have a solution, you can check the

[R] statistics

2011-04-08 Thread vikas
if X is a binomial variate with parameters n and p, find E[1/(X+1)] -- View this message in context: http://r.789695.n4.nabble.com/statistics-tp3437152p3437152.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailin

[R] Statistics::R

2010-12-11 Thread Yifang Liu
Dear,ALL I am using CRAN module Statistics::R to run R scripts in Perl, The problem is how to pass the array variable to R? Following is my Perl script: #!/usr/bin/perl use strict; use warnings; use Statistics::R; open DATA,"<","data.txt" or die "$!"; my @data

Re: [R] Statistics of count data for differential expression

2010-12-09 Thread Ben Bolker
Vishal Thapar gmail.com> writes: > This is more of a general statistics question that I am not so sure about so > I need some thoughts from you experts out there. I have Chip-Seq read count > data for 2 different treatments (T1 and T2) and my final aim is to calculate > differential expression be

[R] Statistics of count data for differential expression

2010-12-09 Thread Vishal Thapar
Hi All, This is more of a general statistics question that I am not so sure about so I need some thoughts from you experts out there. I have Chip-Seq read count data for 2 different treatments (T1 and T2) and my final aim is to calculate differential expression between them. I also have Chip-Seq r

Re: [R] statistics and R package for election results

2009-10-08 Thread Bill.Venables
Bill Venables. From: r-help-boun...@r-project.org [r-help-boun...@r-project.org] On Behalf Of Damjan Krstajic [dkrsta...@hotmail.com] Sent: 08 October 2009 17:02 To: r-help@r-project.org Subject: [R] statistics and R package for election results Dear all,

[R] statistics and R package for election results

2009-10-08 Thread Damjan Krstajic
Dear all, Is there any R package which would help in analysing election results between two elections? Does anybody know any good papers which are related to this field? I am a statistician and my main research area so far has been regression and classification modelling. The analysis of two e

Re: [R] statistics

2009-09-20 Thread Daniel Malter
@r-project.org] Im Auftrag von Anelle Gesendet: Sunday, September 20, 2009 11:07 AM An: r-help@r-project.org Betreff: [R] statistics The myoglobin sequence, with reference number NM_005368 in Gen bank, has the following frequencies of DNA nucleotides: ACGT 237 278 309 242 Do these data p

Re: [R] statistics

2009-09-20 Thread Daniel Malter
-boun...@r-project.org] Im Auftrag von Anelle Gesendet: Sunday, September 20, 2009 11:07 AM An: r-help@r-project.org Betreff: [R] statistics The myoglobin sequence, with reference number NM_005368 in Gen bank, has the following frequencies of DNA nucleotides: ACGT 237 278 309 242 Do

[R] statistics

2009-09-20 Thread Anelle
The myoglobin sequence, with reference number NM_005368 in Gen bank, has the following frequencies of DNA nucleotides: ACGT 237 278 309 242 Do these data provide sufficient evidence, at the 1% level of significance, that the DNA nucleotides have an unequal distribution, that is the DN

Re: [R] statistics

2009-09-20 Thread Ben Bolker
Ace2 wrote: > > The myoglobin sequence, with reference number NM_005368 in Gen bank, has > the following > frequencies of DNA nucleotides: > ACGT > 237 278 309 242 > Do these data provide sufficient evidence, at the 1% level of > significance, that the DNA nucleotides > have an une

Re: [R] Statistics

2009-03-06 Thread per243
that statistic would be appropriate for non-linear regression?. know how I can calculate the VIF for a linear model?. per243 wrote: > > How can a non-linear regression to calculate the statistical R-square, > R-square adjusted, RMSE, VIF?? > Thanks > jose > -- View this message in context:

Re: [R] Statistics

2009-03-06 Thread Douglas Bates
On Thu, Mar 5, 2009 at 7:49 PM, per243 wrote: > How can a non-linear regression to calculate the statistical R-square, > R-square adjusted, RMSE, VIF?? It is not clear that these statistics are meaningful for a nonlinear regression model. For example, an R^2 value is meaningful when the model b

[R] Statistics

2009-03-05 Thread per243
How can a non-linear regression to calculate the statistical R-square, R-square adjusted, RMSE, VIF?? Thanks jose -- View this message in context: http://www.nabble.com/Statistics-tp22364717p22364717.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Statistics today on xkcd

2009-02-04 Thread Tony Breyal
haha, that made me laugh :-) Here's a cartoon featuring a picture some bloke called R.A. Fisher... http://www.phdcomics.com/comics/archive.php?comicid=905 On 4 Feb, 15:44, Warren Young wrote: > http://xkcd.com/539/ > > Not entirely on topic here, but how often do you see a box plot in a > carto

[R] Statistics today on xkcd

2009-02-04 Thread Warren Young
http://xkcd.com/539/ Not entirely on topic here, but how often do you see a box plot in a cartoon? __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-gui

[R] Statistics books

2009-01-20 Thread glenn
Not strictly R sorry Looking for some new books on the topics of; Correlation, and Rank-Reduction in general If anyone has any suggestions I would appreciate it Amazon yielded some books from SAGE publishers which looked ok Regards Glenn [[alternative HTML version deleted]]

Re: [R] statistics on "runs" of numbers

2008-12-08 Thread tolga . i . uzuner
Many thanks, Tolga Albyn Jones <[EMAIL PROTECTED]> 08/12/2008 17:16 To [EMAIL PROTECTED] cc r-help@r-project.org Subject Re: [R] statistics on "runs" of numbers rle(x) gives the run length encoding of x. rle(x>0) or rle(sign(x)) will do this for positive and ne

Re: [R] statistics on "runs" of numbers

2008-12-08 Thread Albyn Jones
rle(x) gives the run length encoding of x. rle(x>0) or rle(sign(x)) will do this for positive and negative values of x. albyn On Mon, Dec 08, 2008 at 03:24:50PM +, [EMAIL PROTECTED] wrote: > Dear R Users, > > Is there a package or some functionality in R which returns statistics on > "runs

[R] statistics on "runs" of numbers

2008-12-08 Thread tolga . i . uzuner
Dear R Users, Is there a package or some functionality in R which returns statistics on "runs" of numbers, i.e. series of numbers with similar qualities in a time series ? For example, the number of +ves,-ves, histograms on cumulations in runs, etc. ? Thanks in advance, Tolga Generally, thi

Re: [R] Statistics forums

2008-11-15 Thread David Winsemius
There are three sci.stat.* newsgroups on the original USENET hierarchy and at least one GoogleGroups location with activity. The Medstats group has reputable people contributing. If you post a difficult problem in integration or numerical analysis to sci.math or sci.math.num-analysis you

Re: [R] Statistics forums

2008-11-15 Thread s j
I am also curious if someone can direct us to a good statistical group mailing list. I have been using R since few days and I find this groups amazing (with so many discussions pouring in!! I just love it.) But, I also seem to hit a roadblock for deciding which test to use, sometimes. It will help

Re: [R] Statistics forums

2008-11-15 Thread s j
On Sat, Nov 15, 2008 at 12:19 PM, ANJAN PURKAYASTHA < [EMAIL PROTECTED]> wrote: > Hi, > Given that the R forum is mostly a site to discuss issues related to the > language, are there any forums that discuss statistical issues? I am > specifically interested in the statistical issues in experimenta

[R] Statistics forums

2008-11-15 Thread ANJAN PURKAYASTHA
Hi, Given that the R forum is mostly a site to discuss issues related to the language, are there any forums that discuss statistical issues? I am specifically interested in the statistical issues in experimental design. TIA, Anjan -- = anjan purkayastha, phd bioinforma

Re: [R] Statistics on raster pictures - asking for an advice

2008-08-06 Thread Bio7
There a several pure R packages available like EBImage,pixmap,rimage and rgdal (reads images from which you can extract the different bands). I also offer a software which combines ImageJ and R and is capable to transfer images to R and create images from R easily by means of the Rserve applicati

Re: [R] Statistics on raster pictures - asking for an advice

2008-08-06 Thread Kenn Konstabel
Take a look at packages pixmap and rimage ... and read.picture() in package SoPhy for reading tiff images. Currently there seems to be no way of reading in png files directly, so they need to be converted first. Kenn On Wed, Aug 6, 2008 at 11:47 AM, Tomas Lanczos <[EMAIL PROTECTED]> wrote: > He

[R] Statistics on raster pictures - asking for an advice

2008-08-06 Thread Tomas Lanczos
Hello, I need to do some basic statistics on raster images (tiff or png). I need only an advice where to start, which package is the most appropriate. My search attempts were without success, yet. Many thanks Tomas __ R-help@r-project.org mailing list

Re: [R] statistics question about a statement in julian faraway's "extending the linear model with R" text

2008-07-14 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: In Julian Faraway's text on pgs 117-119, he gives a very nice, pretty simple description of how a glm can be thought of as linear model with non constant variance. I just didn't understand one of his statements on the top of 118. To quote : "We can use a similar idea

Re: [R] statistics question about a statement in julian faraway's "extending the linear model with R" text

2008-07-14 Thread Duncan Murdoch
[EMAIL PROTECTED] wrote: In Julian Faraway's text on pgs 117-119, he gives a very nice, pretty simple description of how a glm can be thought of as linear model with non constant variance. I just didn't understand one of his statements on the top of 118. To quote : "We can use a similar idea

Re: [R] statistics question about a statement in julian faraway's "extending the linear model with R" text

2008-07-14 Thread Greg Snow
14, 2008 2:48 PM > To: [EMAIL PROTECTED] > Subject: [R] statistics question about a statement in julian > faraway's "extending the linear model with R" text > > In Julian Faraway's text on pgs 117-119, he gives a very > nice, pretty simple description of how a glm can

[R] statistics question about a statement in julian faraway's "extending the linear model with R" text

2008-07-14 Thread markleeds
In Julian Faraway's text on pgs 117-119, he gives a very nice, pretty simple description of how a glm can be thought of as linear model with non constant variance. I just didn't understand one of his statements on the top of 118. To quote : "We can use a similar idea to fit a GLM. Roughly spea

Re: [R] Statistics for the Grouped data

2007-11-06 Thread John Kane
Hi Shubha, Have a look at the Hmisc package and try ?wtd.mean as the help command. This may be what you need. Also you might want to look at ?summerize in the Hmisc package. --- Shubha Vishwanath Karanth <[EMAIL PROTECTED]> wrote: > Hi R, > > > > I have the data, > > > > Value > >

[R] Statistics for the Grouped data

2007-11-06 Thread Shubha Vishwanath Karanth
Hi R, I have the data, Value 0 1 2 3 4 5 6 Frequency: 258 125 106 94 85 12 5 Say: Value=c(0,1,2,3,4,5,6) Frequency=c(258,125,106,94,85,12,5) In R, how can I find the mean, variance, skewness and kurtosis for this grouped data? Is there a direct way of handling th

[R] statistics question not R question

2007-10-25 Thread Mark Leeds
I have a statistics question that eventually would be implemented in R but my question is what to do statistically. Suppose I have a model Y_t = Beta*X_t-1 and Y_t and X_t are both univariate. Y_t can be negative or positive but generally ranges Between -.0010 and + .0010. I can estimate Beta

Re: [R] statistics - hypothesis testing question

2007-09-14 Thread Pfaff, Bernhard Dr.
Hello Mark, in addition and complementing the already provided answers to your question. You want to consider the J-test, too. For an outline and the pitfalls of this test, see: http://citeseer.ist.psu.edu/cache/papers/cs/24954/http:zSzzSzwww.econ.qu eensu.cazSzfacultyzSzdavidsonzSzbj4-noam.pdf/b

Re: [R] statistics - hypothesis testing question

2007-09-13 Thread S Ellison
I may be miles off base, but could this be treated as a random-effects model, with the regression predictors as random effects grouped by week? And if so, could each set form a single lme() model, allowing you to compare the models via AIC's for 'quality' and anova for significance of the differ

Re: [R] statistics - hypothesis testing question

2007-09-13 Thread Charles C. Berry
-Original Message- > From: Duncan Murdoch [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 13, 2007 2:32 PM > To: Leeds, Mark (IED) > Cc: [EMAIL PROTECTED] > Subject: Re: [R] statistics - hypothesis testing question > > On 9/13/2007 2:18 PM, Leeds, Mark (IED) wrote: &

Re: [R] statistics - hypothesis testing question

2007-09-13 Thread John Sorkin
Mark, Estimates of R values can be compared using Fishers r to z transform. Perhaps this will do what you wish to do. John John Sorkin M.D., Ph.D. Chief, Biostatistics and Informatics Baltimore VA Medical Center GRECC, University of Maryland School of Medicine Claude D. Pepper OAIC, University of

Re: [R] statistics - hypothesis testing question

2007-09-13 Thread Greg Snow
iginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Leeds, Mark (IED) > Sent: Thursday, September 13, 2007 12:18 PM > To: [EMAIL PROTECTED] > Subject: [R] statistics - hypothesis testing question > > I estimate two competing simple regression m

Re: [R] statistics - hypothesis testing question

2007-09-13 Thread Leeds, Mark (IED)
odel A predictor. I guess how one defines "better" is th real question so I apologize for that. Still, any comments, suggestions are welcome. -Original Message- From: Duncan Murdoch [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 2:32 PM To: Leeds, Mark (IED) Cc

Re: [R] statistics - hypothesis testing question

2007-09-13 Thread Duncan Murdoch
On 9/13/2007 2:18 PM, Leeds, Mark (IED) wrote: > I estimate two competing simple regression models, A and B where the LHS > is the same in both cases but the predictor is different ( > I handle the intercept issue based on other postings I have seen ). I > estimate the two models on a weekly basis

[R] statistics - hypothesis testing question

2007-09-13 Thread Leeds, Mark (IED)
I estimate two competing simple regression models, A and B where the LHS is the same in both cases but the predictor is different ( I handle the intercept issue based on other postings I have seen ). I estimate the two models on a weekly basis over 24 weeks. So, I end up with 24 RSquaredAs and 24