Re: [R] Durbin-Watson

2009-08-07 Thread Hardi
, by testing the independence of the whole residuals (which resulting the failure of independence test) or should I test for the independence for each groups? (which resulting the passing of the test). Thank you very much, ~ Hardi - Original Message From: Alan Cohen coh...@smh.toronto.on.ca

[R] Durbin-Watson

2009-08-05 Thread Hardi
in durbin.watson? should I use dwtest instead? can somebody help me explain what is happening? Thank you, ~ Hardi __ 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

[R] Welch Anova ?

2009-07-24 Thread Hardi
Hi, I need to do factor analysis with non-constant variance. Is there a package that contains Welch ANOVA ? Thanks, __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] Bounded memory ANOVA

2009-04-28 Thread Hardi
Hi, I'm using aov() to analyze the data and get the rank of factors. However, this does not work for larger set of data due to memory limitation. Are there any similar function to use aov() on data sets larger than memory similar to biglm ? Thanks, ~ Hardi

[R] Rank of factors for experiment based on latin hypercube?

2009-04-15 Thread Hardi
of Squares34.83342 (A) 0.96427 (Residuals) Deg. of Freedom 1 (A) 198 (Residuals) Residual standard error: 0.06978563 2 out of 4 effects are not estimable Estimated effects may be unbalanced Please advice how to solve this problem. Thank you, Hardi

[R] Large data set in R

2009-03-02 Thread Hardi
to hold the massive computation. Have anyone successfully used R to do such analysis before? Are there any work around on this problem? Thanks, Hardi __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Large data set in R

2009-03-02 Thread Hardi
Thanks Kjetil. This is exactly what I wanted. Hardi From: Kjetil Halvorsen kjetilbrinchmannhalvor...@gmail.com Cc: r-help r-help@r-project.org Sent: Monday, March 2, 2009 9:45:43 PM Subject: Re: [R] Large data set in R install.packages(biglm, dep=TRUE

Re: [R] (no subject)

2009-02-09 Thread Hardi
Hi, I'm trying to create a connectivity diagram using RgraphViz library. I want to increase the edge's label fontsize, but the size did not change. Did I do something wrong ? M - matrix(nrow=5,ncol=5,byrow=TRUE,data=mytable) colnames(M) - levels(pf$agent) A - new(graphAM, M, directed, values =

[R] Resize edge's label fontsize

2009-02-09 Thread Hardi
Hi, I'm trying to create a connectivity diagram using RgraphViz library. I want to increase the edge's label fontsize, but the size did not change. Did I do something wrong ? M - matrix(nrow=5,ncol=5,byrow=TRUE,data=mytable) colnames(M) - levels(pf$agent) A - new(graphAM, M, directed, values =