Robert W Rankin
Robert W Rankin
Loading hydrogen kits is a great feature. This makes Drmr my preferred plugin over Fabla.
Hello, Sorry if its not clear, but its a feature request to have the new LMMS instrument Monstro ported to lv2. I noticed Monstro wasn't on your readme todo list...
I also have this issue. I rolled back to 1.8.1 (which, like the above message, is what is displayed as the version of my saved model) via `git checkout 7a3cc76f657192757e93fb9c11a2ae7562033cfb...
This solved my problem and got geeknote login working :)
Okay, have a look in the SOURCE file. There is now a function "import.data.frame". You need to import the csv yourself with read.csv, then pass the data.frame (or matrix) onto...
Okay, I updated the SOURCE files in the windows directory. Try that. Also, there seems be a small bug in your code to set up your simulations: you use a...
Good question. I had a uniform prior directly on `phi.mu` on the probability scale. See `phi.mu ~ dunif(pr.phiunif[1],pr.phiunif[2])`, whereas I had the prior on the logit-gammas. I did this because...
I would suggest using the R2jags package for parallel processing. It is a bit tricky to get it to work, but I use that a lot. I may update the...
Yes that is correct. You should also monitor the psi (if you are doing the full-capture) Monitoring psi will be important to see whether you have correctly done the Pseudo-individual...
Good point. That line was intended to maintain the NA structure in the 3D array of captures. I'll have to rethink this for `n.aug < N`