Jeff,
Hello.

When you create your plots in SPM two variables are saved to the MatLab work space: y and Y.

Y is the fitted response
y is the adjusted response

Lets assume you want to save both of these.

Data = [Y y];
save Filename.txt Data -ascii

This makes a two column matrix of your data and then saves it to the textfile Filename.txt.

This file can then be opened in other programs.
I hope this helps.
Jason.



On Fri, Jan 23, 2009 at 12:38 PM, Jeff Browndyke <[log in to unmask]> wrote:
Listmates,

Is there a quick (and preferably easy) way to export the values from an SPM fitted response plot (generated from a multiple regression model) to Excel or the like for more refined graph generation?  Ideally, I'd like to take the fitted response plot values to SPSS for inclusion of gender color labels for the data points to eventually generate a 3D plot (i.e., SPM value (y), group (x), gender (z)).

Cheers to all,
Jeff Browndyke

-----------------------------
Duke Univ. Med. Center
Dept. of Psychiatry
-----------------------------