Re: [R] Statistical Test

2016-07-10 Thread Jim Lemon
Hi Julia, You seem to be looking for a test for trend in proportions in the first question. Have a look at this page: http://sphweb.bumc.bu.edu/otlt/MPH-Modules/BS/R/R6_CategoricalDataAnalysis/R6_CategoricalDataAnalysis6.html The second question may require GLMs using experimental condition as a

[R] Statistical Test

2016-07-10 Thread Julia Edeleva
Dear R-community, Thanks for replying to my previous post. I would need some more help, thoug. I am performing statistical analysis on chidlren's accuracy rates as a dependent variable and two predictor variables with two levels each (syntax - subject vs object; internal NP position - pre vs pos

Re: [R] Statistical test for heteroscedasticity for an object of class "gls"

2013-04-18 Thread Benjamin Gillespie
Also, out of interest, does anyone know of a test (or objective method) for spatial autocorrelation for "gls" objects? Thanks, Ben Gillespie, Research Postgraduate o---o School of Geography, University of Leeds, Leeds, LS2 9JT o

[R] Statistical test for heteroscedasticity for an object of class "gls"

2013-04-18 Thread Benjamin Gillespie
Hi there, Does anyone know of a statistical test for heteroscedasticity for an object of class "gls"? (or alternative objective methods). Thanks in advance, Ben Gillespie, Research Postgraduate o---o School of Geography, University

[R] Statistical test for predictor selection

2012-05-02 Thread jing tang
Hi, In a data I have two predictors and one response variable. The response variable is categorical and fixed. Now I want to choose which predictor would better predict the response variable. Is there a statistical test for that? Best, Jing -- Jing Tang, PhD Senior Researcher Institute

Re: [R] statistical test for comparison of two classifications (nominal)

2010-11-22 Thread Matt Shotwell
Martin, Pardon the delayed reply. Bootstrap methods have been around for some time (late seventies?), but their popularity seems to have exploded in correspondence with computing technology. You should be able to find more information in most modern books on statistical inference, but here is a b

Re: [R] statistical test for comparison of two classifications (nominal)

2010-11-17 Thread Martin Tomko
Thank you Matta for the great suggestion, I will try the additional tests. I have just been experimenting with the e1071 package and the adjustedRand. It works perfectly, The only outstadning question is interpretation - is there any rule of thumbs for the level of agreement that needs to be re

Re: [R] statistical test for comparison of two classifications (nominal)

2010-11-17 Thread Mattia Prosperi
Another useful measure to compare partitions is the adjusted Rand index which is implemented in the library(e1071) within the classAgreement function. If you have your data partitions to be compared in a matricial form (where each column is a different partition), the syntax is ARI<-classAgreement(

Re: [R] statistical test for comparison of two classifications (nominal)

2010-11-17 Thread Marc Schwartz
On Nov 17, 2010, at 7:33 AM, Martin Tomko wrote: > Dear all, > I am having a hard time to figure out a suitable test for the match between > two nominal classifications of the same set of data. > I have used hierarchical clustering with multiple methods (ward, k-means,...) > to classify my dat i

Re: [R] statistical test for comparison of two classifications (nominal)

2010-11-17 Thread Martin Tomko
Thanks Mat, I have in the meantime identified the Rand index, but not the others. I will also have a look at profdpm, that did not pop-up in my searches. Indeed, the interpretation is going to be critical... Could you please elaborate on what you mean by the bootstrap process? Thanks a lot for

Re: [R] statistical test for comparison of two classifications (nominal)

2010-11-17 Thread Matt Shotwell
There are several statistics used to compare nominal classifications, or _partitions_ of a data set. A partition isn't quite the same in this context because partitioned data are not restricted to a fixed number of classes. However, the statistics used to compare partitions should also work for the

[R] statistical test for comparison of two classifications (nominal)

2010-11-17 Thread Martin Tomko
Dear all, I am having a hard time to figure out a suitable test for the match between two nominal classifications of the same set of data. I have used hierarchical clustering with multiple methods (ward, k-means,...) to classify my dat into a set number of classesa, and I would like to compare

Re: [R] Statistical test for stationarity-how

2010-04-11 Thread David Scott
Velappan Periasamy wrote: How to find out if EURGBP is stationary? Post the R codes for the same. You have posted three similar messages which basically say, do my work for me, I'm not prepared to even bother explaining my problem or situation. You are unlikely to get any help without more

[R] Statistical test for cointegration-how

2010-04-10 Thread Velappan Periasamy
How to find out if GLD-GDX is cointegrating. post the R codes. __ 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-guide.html and provide commented, minimal,

[R] Statistical test for stationarity-how

2010-04-10 Thread Velappan Periasamy
How to find out if EURGBP is stationary? Post the R codes for the same. __ 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-guide.html and provide commented,