search for: year4

Displaying 3 results from an estimated 3 matches for "year4".

Did you mean: year
2008 Oct 12
0
false convergence (8) after removal of the two-way interaction
...12 VAR2 -1.440e-02 6.429e-02 -0.2241 0.82271 VAR3 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...
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 gr...
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?
...2000,8), end=c(2006,46)) I tried it as follows but 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[,...