-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alligator example #149
Comments
Hi Daniel, I just re-ran My guess is you're getting an error in the for loop with the call to Assuming this is the case, set |
Yeah, that's what I expected - you're getting an error before running the model (there is no model object saved as |
Good to hear! Saving PDFs is likely an OS-specific issue. Did you try using the R console instead of R Studio? The new error is happening reading in the source CSV file, not when moving back to the root directory. It's probably worth a bit of your time to do an R tutorial and understand what a for loop is. Cyclismo is pretty good: https://www.cyclismo.org/tutorial/R/scripting.html#for-statements. |
Sorry, this error is sloppy coding/testing on my part. The
Alternatively, you can just copy+paste the |
Hi Brian - this worked - thanks greatly. combined <- combine_sources(jags.model, mix, source, alpha.spec, ..and then Plot [group] proportions vs. ‘distance’ from covariate model. |
Hi Brian, fairly new user of MixSIAR. I am trying to run the script for the recently included Alligator example through R Studio, but I don’t seem to be able to get past line 173. This then appears to mean that I cannot subsequently ‘compare_models’ (screenshot below). Apologies if it’s a naively simple issue, but any advice would be greatly appreciated.
Attached also is Sessioninfo():
The text was updated successfully, but these errors were encountered: