RegInfo {SurrogateRegression} | R Documentation |
Regression Information
RegInfo(data_part, sigma, as_matrix = FALSE)
data_part |
List of partitioned data. See |
sigma |
Target-surrogate covariance matrix. |
as_matrix |
Return as an information matrix? If FALSE, returns a list. |
List containing the information matrix for beta (Ibb), the information matrix for alpha (Iaa), and the cross information (Iba).