--
Hey guys,I was wondering where I could download the new scripts. The link for the GLM Flex scripts is expiered, but I'm not able to find a link for the new GLM Flex Fast 2 scripts.Thank you so much for your help in advance!Charlotte
You received this message because you are subscribed to the Google Groups "Aaron's fMRI matlab tools." group.
To unsubscribe from this group and stop receiving emails from it, send an email to fmri_matlab_to...@googlegroups.com.
To post to this group, send email to fmri_mat...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fmri_matlab_tools/663cc6aa-9ce7-4071-8918-26ee64a57653%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
IN = struct
IN.N_subs = nParStr;
% IN.Between = [];
% IN.BetweenLabs = {};
IN.Within = [2];
IN.WithinLabs = { {'hit', 'miss'} };
IN.Covar = cellfun(@(x) tblCovariates.(x), tblCovariates.Properties.VariableNames, 'Uni', false); % DOES THIS WORK
IN.CovarLabs = tblCovariates.Properties.VariableNames;
IN.CovarInt = {};
IN.Interactions = {};
IN.FactorLabs = [ 'SM', tblCovariates.Properties.VariableNames ];
IN.EqualVar = [1];
IN.Independent = [0];
F = CreateDesign(IN)
But I see an error at
Error in CreateDesign>FactorSetup (line 270)
if isempty(CovarInt{ii}{1})
On Sat, Oct 21, 2017 at 5:13 AM Charlotte Vogt <charlot...@gmail.com> wrote:
--
Hey guys,I was wondering where I could download the new scripts. The link for the GLM Flex scripts is expiered, but I'm not able to find a link for the new GLM Flex Fast 2 scripts.Thank you so much for your help in advance!Charlotte
You received this message because you are subscribed to the Google Groups "Aaron's fMRI matlab tools." group.
To unsubscribe from this group and stop receiving emails from it, send an email to fmri_matlab_tools+unsubscribe@googlegroups.com.
To post to this group, send email to fmri_matlab_tools@googlegroups.com.