search for: gghfroi

Displaying 2 results from an estimated 2 matches for "gghfroi".

2005 Feb 23
1
H-F corr.: covariance matrix for interaction effect
...- NULL for (iROI in 1:length(unique( facROI ))) { for (iSubj in 1:length(unique( facSubj ))) { mtx <- c(mtx, mean(vecData[facROI==unique(facROI)[iROI] & facSubj==unique(facSubj)[iSubj]]) ) } } mtx <- matrix(mtx,ncol=length(unique( facROI )),byrow=F) GgHfROI <- epsi.GG.HF(var(mtx),length(mtx[1,]),length(mtx[,1])) print(GgHfROI) # now for the facROI:facCond interaction...how to go about this?
2005 Feb 23
1
H-F corr.: covariance matrix for interaction effect
...- NULL for (iROI in 1:length(unique( facROI ))) { for (iSubj in 1:length(unique( facSubj ))) { mtx <- c(mtx, mean(vecData[facROI==unique(facROI)[iROI] & facSubj==unique(facSubj)[iSubj]]) ) } } mtx <- matrix(mtx,ncol=length(unique( facROI )),byrow=F) GgHfROI <- epsi.GG.HF(var(mtx),length(mtx[1,]),length(mtx[,1])) print(GgHfROI) # now for the facROI:facCond interaction...how to go about this?