Skip to content
Prev 17965 / 29559 Next

Help with ENFA in R

Le 04/09/2013 03:51 PM, JonathanAronson a ?crit :
$expvar gives you the expected value from the simulated set 
('Expectation'), i.e. the mean of the simulated values, together with its 
variance. 'Std.Obs' tells you how much the observed value differs from the 
distribution: it is basically the ratio of the difference between the 
observed and the mean of simulated values, over the standard deviation of 
the simulated values. You expect a difference equal to the SD, i.e. a ratio 
'Std.Obs' of 1.
This is the p-value of the test. See ?randtest for the details of the 
computation.
This is the observed value (here the first specialization eigenvalue).

The best way to summarize the results is to simply print the object, by a 
direct call to 'renfa' in your case. Then, use 'plot(renfa)' for a very 
neat graphical display of the test.
No you don't. adehabitatHS uses 'sp' classes. Please have a look at the 
vignette of both packages for more details:

vignette("intro_sp")
vignette("adehabitatHS")
This is quite normal... Assuming 'enfatest1' is the result of the ENFA, 
there's no image function for such object... Check the section on the ENFA 
in the above cited vignette.
Not sure here, but I bet that the problem comes also from the class of 
'map' and/or 'test'. Check the vignette and the example of the function.

Mathieu.