search for: biomathstat

Displaying 1 result from an estimated 1 matches for "biomathstat".

2003 Nov 15
5
correlation and causality examples
Dear All, I'am looking for examples showing that correlation does not imply causality, the targeted audience consists of undergraduate students (their first year at the university but in the BioMathStat track). All practicals are under R. I was able to extract this from R datasets: ### begin data(sunspots) data(lynx) spots <- window(sunspots, freq = 1, start = 1880, end = 1900) lnx <- window(lynx, start = 1880, end = 1900) ratio <- max(lnx)/max(spots) par(mai = rep(1, 4)) plot(lnx, main...