Displaying 3 results from an estimated 3 matches for "overinterpret".
Did you mean:
overinterpreted
2000 Feb 02
0
Factor Analysis?
Hello.
I have been browsing the R- manual and not seen any direct
implementation of Factor analysis.
Is there anyone out there who has run Factor Analysis with R?
Thanks
Michael
--
Michael Preminger
Forsker / Research Scientist
Avdeling for journalistikk,
bibliotek- og informasjonsfag /
Faculty of Journalism, Library and
Information Science
H?gskolen i Oslo / Oslo College
2003 Nov 15
5
correlation and causality examples
...gend(1870, 6000, col = c("red", "black"), c("spots", "lynx"), lty = 1)
### end
So, I'am looking for similar examples, any hint would be greatly
appreciated. Basically, I'am looking for correlations between
completely deconnected phenomena so that the overinterpreted
causality relationships look stupid at first glance (and the more
funny the link, the better).
BTW, does someone know where to find the data of this example
of a high correlation between beer drinking in the US and children
mortality in japan (or something like that, I'm unsure, I have
googl...
2010 Oct 19
3
scatter.smooth() fitted by loess
Hi there,
I would like to draw a scatter plot and fit a smooth line by loess.
Below is the data.
However, the curve line started from 0, which my "resid" list doesn't
consist of 0 value.
It returned some warnings which I don't know if this is the reason
affecting such problem. Here I also attached the warning messages.
Please let me know if there is a solution to fix this. Thank