get.model.fit.RdThis function allows you to get a model fit using the PC scores for MEDALS
get.model.fit(score.img.list, path.mask.list, path.y.list, verbose = TRUE)
| 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 |
| path.y.list | A list of paths to the lesion mask for each subject. This should be in the same order as the sublists for score.img.list |
| verbose | Print diagnostic messages |