Hello!
I am trying to use the following command locally out of Rstudio where my image is a 4D nifti image (72 volumes) and my mask is a binary mask:
models <- lmerVoxel(image, mask, formula = fm1, subjData = covs, ncores = 1, REML=T)
I am receiving a strange error that my vector memory limit has been reached:
Error: vector memory exhausted (limit reached?)
Have you seen anything like this before? If so, are there any recommendations for how to overcome?
Best,
Andrew
Hello!
I am trying to use the following command locally out of Rstudio where my image is a 4D nifti image (72 volumes) and my mask is a binary mask:
models <- lmerVoxel(image, mask, formula = fm1, subjData = covs, ncores = 1, REML=T)
I am receiving a strange error that my vector memory limit has been reached:
Error: vector memory exhausted (limit reached?)
Have you seen anything like this before? If so, are there any recommendations for how to overcome?
Best,
Andrew