search for: year5

Displaying 4 results from an estimated 4 matches for "year5".

Did you mean: year
2006 Jul 09
1
KS Test Warning Message
All, Happy World Cup and Wimbledon. This morning finds me with the first of my many daily questions. I am running a ks.test on residuals obtained from a regression model. I use this code: > ks.test(Year5.lm$residuals,pnorm) and obtain this output One-sample Kolmogorov-Smirnov test data: Year5.lm$residuals D = 0.7196, p-value < 2.2e-16 alternative hypothesis: two.sided Warning message: cannot compute correct p-values with ties in: ks.test(Year5.lm$residuals, pnorm) I am wondering if anybody...
2008 Oct 12
0
false convergence (8) after removal of the two-way interaction
...3.130e-04 1.413e-03 0.2215 0.82469 year1 -2.671e-01 5.719e-01 -0.4670 0.64050 year2 4.888e-01 4.792e-01 1.0199 0.30780 year3 -2.720e+00 1.169e+00 -2.3260 0.02002 * year4 1.287e+00 4.211e-01 3.0569 0.00224 ** year5 -1.180e-01 4.195e-01 -0.2812 0.77855 year6 7.367e-01 4.249e-01 1.7340 0.08292 . VAR1 -2.083e-02 4.826e-02 -0.4317 0.66596 VAR4 4.022e-03 3.500e-03 1.1491 0.25050 VAR5 -5.274e-02 2.622e-02 -2.0114 0.04428 * year1:...
2011 Aug 03
1
Need help with xyplot
Consider I have the following data: AgeRange AgeOfPerson PersonNo FriendsAtYear0 FriendsAtYear1 FriendsAtYear2 FriendsAtYear3 FriendsAtYear4 FriendsAtYear5 10 - 12 11 1 0 1 2 2 3 3 10 - 12 12 2 0 1 2 2 3 3 15 - 18 13 3 1 2 3 4 6 7 15 - 18 14 4 1 3 4 5 7 7 30 - 40 33 5 3 5 5 6 8 9 30 - 40 36 6 4 4 4 4 4 4 I want to plot the number of friends against number of years, as to show how friendships grew over time. Also, I want to group the graphs by AgeRang...
2007 Jul 04
0
how to plot a monthplot from a ts object where all individual years are shown (e.g. as lines) and can be compared with a "average or median " year?
...this is not very clear. year0 <- window(forest, start=2000,end=c(2000,46)) year1 <- window(forest, start=2001,end=c(2001,46)) year2 <- window(forest, start=2002,end=c(2002,46)) year3 <- window(forest, start=2003,end=c(2003,46)) year4 <- window(forest, start=2004,end=c(2004,46)) year5 <- window(forest, start=2005,end=c(2005,46)) year6 <- window(forest, start=2006,end=c(2006,46)) plot(1:46,years[,1], col=2) lines(1:46,years[,2], col=3) lines(1:46,years[,3], col=4) lines(1:46,years[,4], col=5) lines(1:46,years[,5], col=6) lines(1:46,years[,6], col=7) lines(1:46,ye...