Hello,
I'm interested in running a multi-scale model similar to example given for the LASP dataset. However, each time I attempt to run the example code for the LASP dataset I get these errors:
ERROR -- Type of input matrix: í, S, p, r, c, N, Nbar, Nstar, U, F, F', Gamma, Gamma', Gamma'', R, R', f, M, Lambda, Psi, pent, pi, Omega, a'', a', or Delta was not specified.
Error in matrix(real[model$pims[[parameter]][[j]]$pim], nrow = dim(model$pims[[parameter]][[j]]$pim)[1]) :
'data' must be of a vector type, was 'NULL'
I copied the example code from: https://rdrr.io/cran/RMark/man/larksparrow.html
I have also attempted to use the same code on my own dataset and am running into the same errors. Is there an error in these lines of code or have I gone wrong somewhere on my end? Thank you!
Kira