AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
October 14, 2014 04:35PM
OK, that's something.

Find the following line in your 3dMVM.R:

cat('Reading input files now...\n\n')

and add a new line:

cat('Reading input files: Done!\n\n')

Then rerun your script. If you see

Reading input files: Done!

it means that the trouble lies in the modeling part. By the way, you've installed the following R packages on your Ubuntu, right?

install.packages("afex")
install.packages("phia")
install.packages("snow")

Gang



Edited 1 time(s). Last edit at 10/14/2014 04:36PM by Gang.
Subject Author Posted

? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

ptaylor October 13, 2014 04:08PM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

gang October 14, 2014 09:59AM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

ptaylor October 14, 2014 12:29PM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

gang October 14, 2014 12:48PM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

ptaylor October 14, 2014 04:02PM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

gang October 14, 2014 04:09PM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

ptaylor October 14, 2014 04:18PM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

gang October 14, 2014 04:35PM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

ptaylor October 14, 2014 05:09PM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

gang October 14, 2014 05:41PM

Re: ? 3dMVM slow/hanging on Linux (Ubuntu 14.04)?

ptaylor October 15, 2014 07:45AM