Displaying 1 result from an estimated 1 matches for "mileyears33".
Did you mean:
mileyears3
2006 Mar 23
1
comparative density estimates
...ment of density() to approximately
equate
the BW to the value determined for the whole series combined. The two
versions
(done with SAS) are shown at
http://euclid.psych.yorku.ca/SCS/Gallery/milestone/Test/kde-bug/mileyears32.gif
http://euclid.psych.yorku.ca/SCS/Gallery/milestone/Test/kde-bug/mileyears33.gif
The densities in the first are roughly equivalent to the R code
d1 <- density(sub1, from=1500, to=1990, bw="sj", adjust=1)
d2 <- density(sub2, from=1500, to=1990, bw="sj", adjust=1)
the second to
d1 <- density(sub1, from=1500, to=1990, bw="sj", adjust=...