RegInfo function

Regression Information

Regression Information

RegInfo(data_part, sigma, as_matrix = FALSE)

Arguments

  • data_part: List of partitioned data. See PartitionData.
  • sigma: Target-surrogate covariance matrix.
  • as_matrix: Return as an information matrix? If FALSE, returns a list.

Returns

List containing the information matrix for beta (Ibb), the information matrix for alpha (Iaa), and the cross information (Iba).

  • Maintainer: Zachary McCaw
  • License: GPL-3
  • Last published: 2023-10-01

Useful links