make.pred.img: A function to make prediction images for MEDALS

Description Usage Arguments

Description

This function allows you to create prediction images from the MEDALS pipeline. This should be the last step

Usage

1
2
make.pred.img(score.img.list, path.mask.list, fit = medals::def.fit,
  verbose = TRUE)

Arguments

score.img.list

A list of sublists, where each sublist is a list of images created from the PC scores. This can be the output of make.score.img().This has to contain at least one sublist

path.mask.list

A list of paths to the brain mask for each subject. This should be in the same order as the sublists for score.img.list

fit

A model fit object, either use the default or use the output from get.model.fit().

verbose

Print diagnostic messages


JMMaronge/medals documentation built on May 7, 2019, 10:12 a.m.