I am using the latest R package and geosptaial modelling environment 0.7.3 to create kernel density estimates for the data I have. When I try to install the kernelsmooth package, I get this:
packages("ks", dependencies=TRUE) library("ks") Error: unexpected symbol in "install.packages("ks", dependencies=TRUE) library"
I have installed the ks package, but not the library. When I try to create a KDE in GME, it says it could not create a KDE because 'the ks library does not appear to be installed in R. Please install it and rerun this command.'
Anyone know how to rectify this?
Thanks