Displaying 4 results from an estimated 4 matches for "koopatrooper".
2012 Oct 11
2
Repeating a series of commands
I'm trying to figure out how to repeat a series of commands in R and have the
outputs added to a dataframe after each iteration.
My code starts this way...
a<-read.csv("File1.csv")
b<-read.csv("File2.csv")
2012 Dec 17
1
Triple Integration in R
I'm using Kernel Utilization distributions to estimate overlap in animal
territories. There are various ways to calculate this overlap and one of the
equations is : V.I. = ??? min (f1 (x,y,z), f2 (x,y,z)) dxdy where f1 =
utilization distribution for bird 1 in 3 spatial dimensions (x,y,z). I can
produce these already, but no idea how to do the rest. Thoughts?
--
View this message in
2012 Oct 11
2
Converting factors to bounded random numerical data
I have a data set (a) with 3 columns (X,Y,Z). The first 2 columns are
numerical. The third column (Z) is a factor with three levels ("A","B","C").
What I want to do is turn each of the "A's" into different random numbers
between 1 and 4, "B's" into a random number between 5 and 8, etc.
I tried this:
2012 Dec 03
1
Resampling Help Needed
I am using package ks() to build 3D representations of bird territories and
calculate territory volume from spatial data (simply x, y, and z
coordinates). What I want to do is determine at what sample size (#
locations collected) does the territory volume stop increasing. This should
give me an idea of the number of points needed for future seasons.
So I have a couple of birds each with 200