View source: R/info_matrix_functs.R
get_info_mat_pieces_helper | R Documentation |
Obtains the matrices Delta, V, Delta', and H, and Delta * H from a fitted GLM object given a set of indexes.
get_info_mat_pieces_helper(fit, idxs)
fit |
a fitted GLM object |
idxs |
the sample indexes on which to extract the matrices |
a list of diagonal matrices, represented as list of numeric vectors. The diagonal matrices are Delta, V, Delta', H, and Delta * H.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.