inst/workflow/spmd/2d_I/00-set_condition.r

case <- "pval.olddata.complex"
# case <- "pval.olddata.mag"

.FC.CT$algorithm <- "apecma"
.FC.CT$model.X <- "I"
.FC.CT$ignore.X <- FALSE
.FC.CT$CONTROL$debug <- 1
.FC.CT$CONTROL$RndEM.iter <- 100
.FC.CT$INIT$min.1st.prop <- 0.8
K.min <- 2
K.max <- 15
max.try.fclust <- 3
seed <- 1234

if(!file.exists("output")){
  dir.create("output")
}
if(!file.exists("plot")){
  dir.create("plot")
}

Try the MixfMRI package in your browser

Any scripts or data that you put into this service are public.

MixfMRI documentation built on Sept. 8, 2023, 5:06 p.m.