mfe: Multivariate Fixed Effect

Description Usage Arguments Details Value Author(s) Examples

Description

mfe compute the multivariate fixed effect. Generally used with msim_model.

Usage

1
mfe(x, beta)

Arguments

x

A vector of length n for which the fixed effect will be evaluated.

beta

A vector of length q, this is the fixed effect for each response variable.

Details

details.

Value

A matrix of dimension n x q.

Author(s)

Erick A. Chacon-Montalvan

Examples

1
mfe(x = rnorm(10), beta = c(0.1, 0, 1))

ErickChacon/day2day documentation built on May 6, 2019, 4:03 p.m.