matrix_term: matrix_term

View source: R/event_model.R

matrix_termR Documentation

matrix_term

Description

This function creates a matrix_term object, which is a set of regression variables stored as a numeric matrix.

Usage

matrix_term(varname, mat)

Arguments

varname

The name of the variable.

mat

The matrix of values.

Details

Create a matrix_term object.

Value

A matrix_term object.

Examples

mat <- matrix(rnorm(100 * 10), 100, 10)
mterm <- matrix_term("mterm", mat)

bbuchsbaum/fmrireg documentation built on May 16, 2023, 10:56 a.m.