unmask_Mdat2In: Unmask data

View source: R/util.R

unmask_Mdat2InR Documentation

Unmask data

Description

maskMdat is a subset of maskIn. x is masked by maskMdat; this function makes it masked by maskIn instead and uses fill_val for the previously masked-out locations.

Usage

unmask_Mdat2In(x, maskIn, maskMdat, fill_val = NA)

Arguments

x

The matrix to unmask

maskIn, maskMdat

The input mask, and the modeled locations mask, as logical vectors. The latter should be a subset of the former. They should have the same length.

fill_val

The fill value. Default: NA.


mandymejia/BayesGLMfMRI documentation built on April 12, 2025, 3:41 p.m.