View source: R/robust_engine.R
| grad_intercept_fn | R Documentation |
Computes the Jacobian of compute_scaling_fn
with respect to all item parameters in both groups,
organised to be conformable with the block-diagonal
covariance matrix built by build_joint_vcov.
grad_intercept_fn(mle, theta = NULL, scale_by = "pooled")
mle |
A validated mle list. |
theta |
Optional scalar: if supplied, item-specific
scaling-function values are replaced by |
scale_by |
Passed from |
A matrix with n_items * n_thresholds columns,
each being the gradient vector of one scaling-function
entry with respect to the full parameter vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.