Description Usage Arguments Details Value Author(s) References See Also Examples
rand.kselect
tests whether the marginality vector of animals
is significantly larger than what is expected under the hypothesis of
random habitat use (third-order habitat selection:
selection by the animals of the relocations within their home range;
the habitat availability is measured for each animal). The effect of
each variable on individual marginality is also tested.
Finally, the pertinence of a K-select analysis is also tested. This is
a randomisation test. The alpha-level of the tests is
ajusted using the Bonferroni inequality.
1 2 3 | rand.kselect(dudi, factor, weight, nrep = 200, alpha = 0.05, ewa = FALSE)
## S3 method for class 'rand.kselect'
print(x, ...)
|
dudi |
an object of class |
factor |
a factor defining the animals identity |
weight |
a weight vector of integer values (number of relocations counted in each resource unit in row of the object dudi) |
nrep |
the number of repetitions of the test |
alpha |
the alpha level for the tests. |
ewa |
logical. If |
x |
an object of the class |
... |
further arguments to be passed to the generic function
|
This test is carried out by simulating a random use of space by
animals. rand.kselect
is closely related to the function
kselect
(same arguments).
At each step of the randomisation procedure, and for each animal, the test randomly allocates the nk relocations (where nk is the sum of the weight vector for the animal k) in the Ik pixels available to this animal (where Ik is the length of the weight vector for animal k).
The length of the marginality vector is recomputed at each step of the randomisation procedure and for each animal. The effect of each variable on the use of pixels by each animal is measured by the criterion "(average habitat variable j used by animal i) minus (average habitat variable j available to animal i)". Finally the value of the first eigenvalue of the K-select analysis provides a criterion to test the pertinence of the K-select analysis.
All these values are then compared to the observed values to assess the significance of theses effects.
Returns an object of class rand.kselect
. This list has three
components:
global |
a vector of length 2 giving the results of the randomisation procedure for the first eigenvalue of the K-select analysis. |
marg |
a matrix giving the significance of the marginality of each animal. |
per.ind |
a list giving the results of the randomisation test for the coordinates of the marginality vector for each animal on each habitat variable. |
alpha |
the alpha level of the tests. |
Clement Calenge clement.calenge@oncfs.gouv.fr
Calenge, C., Dufour, A.B. and Maillard, D. (submitted). K-select analysis, a new method to analyse habitat selection in radio-tracking studies.
kselect
to perform a K-select analysis.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
## Loads the data
data(puechabon)
sahr <- puechabon$sahr
## prepares the data for the kselect analysis: only two variables are kept
x <- sahrlocs2kselect(sahr)
tab <- x$tab
dud <- dudi.mix(tab, scannf = FALSE, nf = 2)
## the randomisation tests
## be patient, this can be very long on some machines
(te <- rand.kselect(dud, x$factor, x$weight, nrep = 50))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.