-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi,
I am a complete beginner with R (as I've mentioned to Nick Gotelli already via email) and struggling to run the Co-occurrence null model.
Seems I managed to run the model but would appreciate if someone could check it what I am doing.
I have used the following to upload file and run:
Run the null model
test <- cooc_null_model(read.csv(choose.files()), algo="sim9",nReps=10000,burn_in = 500)
Summary and plot info
summary(test)
plot(test,type="burn_in")
plot(test,type="hist")
plot(test,type="cooc")
The file I used is attached as well as plots.
I got this summary:
Time Stamp: Wed Aug 22 21:10:11 2018
Reproducible:
Number of Replications:
Elapsed Time: 0.79 secs
Metric: c_score
Algorithm: sim9
Observed Index: 2.0895
Mean Of Simulated Index: 1.9061
Variance Of Simulated Index: 0.0033681
Lower 95% (1-tail): 1.8263
Upper 95% (1-tail): 2.0105
Lower 95% (2-tail): 1.8158
Upper 95% (2-tail): 2.0474
Lower-tail P = 0.994
Upper-tail P = 0.0079
Observed metric > 9921 simulated metrics
Observed metric < 60 simulated metrics
Observed metric = 19 simulated metrics
Standardized Effect Size (SES): 3.1605
Does it seem alright? Also, is there a preference for csv over txt?



test Marcelo.txt
Many thanks
Marcelo