e, 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
To: sky_dr...@yaho
a bug 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-pr
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 http://www.R-projec
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,
~
: A (max), B(min)
Terms:
Sum 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 prob
Thanks Kjetil. This is exactly what I wanted.
Hardi
From: Kjetil Halvorsen
Cc: r-help
Sent: Monday, March 2, 2009 9:45:43 PM
Subject: Re: [R] Large data set in R
install.packages("biglm", dep=TRUE)
library(help=biglm)
kjetil
Hello,
I
ot
enough 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 d
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", va
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", va
9 matches
Mail list logo