search for: fhata

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

Did you mean: fdata
2012 Dec 03
1
Resampling Help Needed
...csv("A_PW_ASY_M_LII_2011.csv") #calls the plug-in bandwidth estimator Ha <- Hpi(a) #sets min/max grid size for each dimension minX<-min(a$X)-25 minY<-min(a$Y)-25 minZ<-0 maxX<-max(a$X)+25 maxY<-max(a$Y)+25 maxZ<-max(a$Z)+5 #creates kernel utilization distribution fhata <- kde(x=a, H=Ha, binned=FALSE, xmin=c(minX,minY,minZ), xmax=c(maxX,maxY,maxZ)) #calculates territory volume at 95% isopleth Vol95<-contourSizes(fhata, cont=95) -- View this message in context: http://r.789695.n4.nabble.com/Resampling-Help-Needed-tp4651973.html Sent from the R help maili...