Commit a49846f9 authored by Meryem Ayse Yucel's avatar Meryem Ayse Yucel
Browse files

GLM help

Adding more info on hmrstats output .
parent 709fe654
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -85,7 +85,9 @@
%           (#coefficients x HbX x #Channels x #conditions)
% R - the correlation coefficient of the GLM fit to the data
%     (#Channels x HbX)
% hmrstats - outputs t and pvalues for GLM
% hmrstats - outputs t and p values for GLM and the corresponding beta_label and ml
%     (#Betas x #Channels x HbX) for conditions
%     (#Channels x HbX) for contrasts 
%
% USAGE OPTIONS:
% GLM_HRF_Drift_SS_Concentration: [dcAvg, dcAvgStd, nTrials, dcNew, dcResid, dcSum2, beta, R, hmrstats] = hmrR_GLM(dc, stim, probe, mlActAuto, Aaux, tIncAuto, rcMap, trange, glmSolveMethod, idxBasis, paramsBasis, rhoSD_ssThresh, flagNuisanceRMethod, driftOrder, c_vector)
+3 −1
Original line number Diff line number Diff line
@@ -90,7 +90,9 @@
%           (#coefficients x HbX x #Channels x #conditions)
% R - the correlation coefficient of the GLM fit to the data
%     (#Channels x HbX)
% hmrstats - outputs t and pvalues for GLM
% hmrstats - outputs t and p values for GLM and the corresponding beta_label and ml
%     (#Betas x #Channels x HbX) for conditions
%     (#Channels x HbX) for contrasts 
%
% USAGE OPTIONS:
% GLM_HRF_Drift_SS_Concentration: [dcAvg, dcAvgStd, nTrials, dcNew, dcResid, dcSum2, beta, R, hmrstats] = hmrR_GLM_old(dc, stim, probe, mlActAuto, Aaux, tIncAuto, rcMap, trange, glmSolveMethod, idxBasis, paramsBasis, rhoSD_ssThresh, flagNuisanceRMethod, driftOrder, c_vector)
+3 −1
Original line number Diff line number Diff line
@@ -90,7 +90,9 @@
%           (#coefficients x HbX x #Channels x #conditions)
% R - the correlation coefficient of the GLM fit to the data
%     (#Channels x HbX)
% hmrstats - outputs t and pvalues for GLM
% hmrstats - outputs t and p values for GLM and the corresponding beta_label and ml
%     (#Betas x #Channels x HbX) for conditions
%     (#Channels x HbX) for contrasts 
%
% USAGE OPTIONS:
% GLM_HRF_Drift_SS_Concentration: [dcAvg, dcAvgStd, nTrials, dcNew, dcResid, dcSum2, beta, R, hmrstats] = hmrS_GLM(dcRuns, stimRuns, probe, mlActRuns, AauxRuns, tIncAutoRuns, rcMapRuns, trange, glmSolveMethod, idxBasis, paramsBasis, rhoSD_ssThresh, flagNuisanceRMethod, driftOrder, c_vector)