Learn R Programming

CorReg (version 1.0.5)

hatB: Estimates B matrix

Description

Estimates B matrix

Usage

hatB(Z = Z, X = X, methode = 1, NA_heur = FALSE)

Arguments

Z
binary adjacency matrix of the structure (size p)
X
the dataset
methode
parameter for OLS (matrix inversion) methode_BIC parameter for OLS (matrix inversion) 1:householderQr, 2:colPivHouseholderQr
NA_heur
boolean to estimate NA by the mean heuristic