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