Skip to content

Commit

Permalink
comment out contigency table
Browse files Browse the repository at this point in the history
  • Loading branch information
afni-gangc committed May 25, 2024
1 parent 96a6967 commit ad79326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/R_scripts/3dLMEr.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help.LME.opts <- function (params, alpha = TRUE, itspace=' ', adieu=FALSE) {
================== Welcome to 3dLMEr ==================
Program for Voxelwise Linear Mixed-Effects (LME) Analysis
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Version 1.0.8, Feb 13, 2024
Version 1.0.9, May 25, 2024
Author: Gang Chen (gangchen@mail.nih.gov)
SSCC/NIMH, National Institutes of Health, Bethesda MD 20892, USA
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down Expand Up @@ -985,7 +985,7 @@ if(dim(lop$dataStr)[2] > 3) for(ii in 3:(dim(lop$dataStr)[2]-1)) if(class(lop$da
cat(length(lop$dataStr[,ii]), 'centered values for numeric variable', names(lop$dataStr)[ii], ':', lop$dataStr[,ii], '\n')
#cat(lop$num_glt, 'post hoc tests\n')

cat('\nContingency tables of subject distributions among the categorical variables:\n\n')
#cat('\nContingency tables of subject distributions among the categorical variables:\n\n')

cat('***** End of data structure information *****\n')
cat('++++++++++++++++++++++++++++++++++++++++++++++++++++\n\n')
Expand Down

0 comments on commit ad79326

Please sign in to comment.