Thanks so much for the good advice. I was able to get the function to work.
Cloe
--
View this message in context:
http://r.789695.n4.nabble.com/Using-earth-dist-function-tp4407892p4410920.html
Sent from the R help mailing list archive at Nabble.com.
Your problem isn't in earth.dist but one step earlier in the call to
data(). As the warning message says, it can't find your data...most of
the time, data() is only used for built-in data sets; if you are
bringing your own data to R you need to get it in another way: this
might help http://cran.r-p
Please do the following:
install.packages("fortunes")
require("fortunes")
fortune("brain surgery")
cheers,
Rolf Turner
On 22/02/12 07:42, cmartin wrote:
Hi Everyone,
I am a graduate student who will be using R to do my analysis. I need to do
a spatial analysis, and
3 matches
Mail list logo