jac_est_fun | R Documentation |
The Jacobian has the generic form \dot{δ}(b) = \frac{\partial}{\partial b^{T}} δ(b) = \frac{≤ft(2 μ y-y-μ^{2}\right) \dot{μ}^{2}+μ(1-μ)(y-μ) \ddot{μ}}{μ^{2}(1-μ)^{2}} x x^{T}.
jac_est_fun(y, X, b, link, w = NULL)
y |
numeric A vector of pseudo observations. |
X |
matrix The pairwise difference of original design matrix. |
b |
numeric The PIM parameter. |
link |
character The link function: "logit", or "probit". |
w |
numeric The weights, default is NULL. |
matrix A p
by p
Jacobian matrix of res_fun(...)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.