Skip to content

Co-occurrence null model - beginner issue  #75

@cegboy

Description

@cegboy

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 iteration graph
test hist
test marcelo cooc
test Marcelo.txt

Many thanks
Marcelo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions