| .bf_assemble_qp_info | R Documentation |
Thin wrapper around .solver_assemble_qp_info().
Keeping the local helper name avoids changing the public return shape
or downstream references inside blockfit_solve().
.bf_assemble_qp_info(
last_qp_sol,
beta_block,
qp_Amat_combined,
qp_bvec_combined,
qp_meq_combined,
converged,
final_deviance,
info_matrix = NULL
)
last_qp_sol |
Output of |
beta_block |
Final coefficient vector. |
qp_Amat_combined |
Combined constraint matrix. |
qp_bvec_combined |
Combined constraint RHS. |
qp_meq_combined |
Number of equalities. |
converged |
Logical. |
final_deviance |
Scalar. |
info_matrix |
Information matrix (non-GEE path only; NULL otherwise). |
A list suitable for the qp_info slot, or NULL if
last_qp_sol is NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.