mc_remove_na: Remove NA from Matrix Linear Predictor

View source: R/mc_remove_na.R

mc_remove_naR Documentation

Remove NA from Matrix Linear Predictor

Description

The function mc_remove_na removes NA from each component of the matrix linear predictor. It is in general used after the function mc_complete_data.

Usage

mc_remove_na(matrix_pred, cod)

Arguments

matrix_pred

a list of known matrices.

cod

index indicating the columns should be removed.

Value

A list of matrices.

Author(s)

Wagner Hugo Bonat, wbonat@ufpr.br

Source

Bonat, W. H. (2018). Multiple Response Variables Regression Models in R: The mcglm Package. Journal of Statistical Software, 84(4):1–30.

See Also

mc_dglm, mc_ns, mc_ma and mc_rw.


mcglm documentation built on Sept. 16, 2022, 1:06 a.m.