[R] Complex Association Plots

2013-07-08 Thread Olga Musayev
I'm new to R plotting, so please be gentle. I want to make a large association plot, showing whether each combination of variables averages more or less than the whole for proportion in a certain category. So, for example: Dependent Variable: eye color (30% green, 45% brown, 25% blue on

Re: [R] Scaling Statistical

2013-06-24 Thread Olga Musayev
escreveu: Hello, See if the following does what you want. lapply(seq_len(obsv), function(i) adf.test(df[df$ID == i, 3])) Hope this helps, Rui Barradas Em 23-06-2013 19:12, Olga Musayev escreveu: Short question: Is it possible to use statistical tests, like the Augmented Dickey-Fuller

Re: [R] Scaling Statistical

2013-06-24 Thread Olga Musayev
. With a standard error like NA, maybe you don't have enough data points to run the tests. (Only 3 residuals, all zero, like seen above.) Rui Barradas Em 24-06-2013 20:12, Olga Musayev escreveu: Rui-- thanks so much for the help! I'm getting this error though, which is leaving me stumped: test

[R] Scaling Statistical

2013-06-23 Thread Olga Musayev
Short question: Is it possible to use statistical tests, like the Augmented Dickey-Fuller test, in functions with for-loops? If not, are there any alternative ways to scale measures? Detailed explanation: I am working with time-series, and I want to flag curves that are not stationary and which