> g.mean <- inla.mesh.project(gproj, model1$summary.fitted.values$mean) Error in projector$proj$A %*% as.vector(field) : Cholmod error 'out of memory' at file ../Core/cholmod_memory.c, line 147
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
To post to this group, send email to r-inla-disc...@googlegroups.com.
Visit this group at https://groups.google.com/group/r-inla-discussion-group.
For more options, visit https://groups.google.com/d/optout.
> g.mean <- inla.mesh.project(gproj, model1$summary.fitted.values$mean) Error in projector$proj$A %*% as.vector(field) : Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 105
> str(gproj$proj) List of 4 $ t : int [1:90000, 1] NA NA NA NA NA NA NA NA NA NA ... $ bary: num [1:90000, 1:3] 0 0 0 0 0 0 0 0 0 0 ... $ A :Formal class 'dgCMatrix' [package "Matrix"] with 6 slots .. ..@ i : int [1:201264] 50145 50146 50147 50148 50445 50446 50447 50448 50747 45651 ... .. ..@ p : int [1:15031] 0 9 19 30 45 54 66 73 87 105 ... .. ..@ Dim : int [1:2] 90000 15030 .. ..@ Dimnames:List of 2 .. .. ..$ : NULL .. .. ..$ : NULL .. ..@ x : num [1:201264] 0.106 0.312 0.519 0.303 0.151 ... .. ..@ factors : list() $ ok : logi [1:90000] FALSE FALSE FALSE FALSE FALSE FALSE ...
> str(model1$summary.fitted.values$mean) num [1:41292] 0.472 0.598 0.598 0.583 0.674 ...
Is this part of a long interactive session?R memory management in combination with inla sometimes leads to odd issues.What's the output of str(gproj$proj) ?What's str(model1$summary.fitted.values$mean) ?You can try saving the workspace and restarting the R session, loading the old workspace again.
FinnI'm trying to project a model output and keep getting this error. The command usually works for me:> g.mean <- inla.mesh.project(gproj, model1$summary.fitted.values$mean) Error in projector$proj$A %*% as.vector(field) : Cholmod error 'out of memory' at file ../Core/cholmod_memory.c, line 147
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion-group+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
> slproj <- inla.mesh.projector(sl.mesh, dims=c(300,300)) > sl.mean <- inla.mesh.project(slproj, sl.model1$summary.fitted.values$mean) Error in projector$proj$A %*% as.vector(field) : Cholmod error 'X and/or Y have wrong dimensions' at file ../MatrixOps/cholmod_sdmult.c, line 90
> str(slproj$proj) List of 4 $ t : int [1:90000, 1] NA NA NA NA NA NA NA NA NA NA ... $ bary: num [1:90000, 1:3] 0 0 0 0 0 0 0 0 0 0 ... $ A :Formal class 'dgCMatrix' [package "Matrix"] with 6 slots .. ..@ i : int [1:199995] 54048 54049 54346 54347 54348 54349 54644 54645 54646 54647 ... .. ..@ p : int [1:1427] 0 59 208 385 508 681 747 873 1082 1250 ... .. ..@ Dim : int [1:2] 90000 1426 .. ..@ Dimnames:List of 2 .. .. ..$ : NULL .. .. ..$ : NULL .. ..@ x : num [1:199995] 0.0844 0.0925 0.0445 0.2136 0.3827 ... .. ..@ factors : list() $ ok : logi [1:90000] FALSE FALSE FALSE FALSE FALSE FALSE ... | |
|
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion-group+unsubscr...@googlegroups.com.
To post to this group, send email to r-inla-disc...@googlegroups.com.
Visit this group at https://groups.google.com/group/r-inla-discussion-group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion-group+unsubscr...@googlegroups.com.
To post to this group, send email to r-inla-disc...@googlegroups.com.
Visit this group at https://groups.google.com/group/r-inla-discussion-group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "R-inla discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion-group+unsub...@googlegroups.com.
To post to this group, send email to r-inla-discussion-group@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to r-inla-discussion...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/r-inla-discussion-group/fa5e2b8d-7e24-4a19-bae0-8bbd2b54f4a9n%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/r-inla-discussion-group/4444667e-9c0c-4b2d-9175-679c03c3caa0n%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/r-inla-discussion-group/4444667e-9c0c-4b2d-9175-679c03c3caa0n%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/r-inla-discussion-group/52110c57-019c-4ac9-b7c4-987b17848ca7n%40googlegroups.com.