d_bernoulli | R Documentation |
Partial derivatives for binary items.
d_bernoulli( parm, p_item, etable_item, theta, pred_data, cov, samp_size, num_items, num_quad )
parm |
Item parameter being maximized. |
p_item |
Vector of item parameters. |
etable_item |
E-table for item. |
theta |
Matrix of adaptive theta values. |
cov |
Covariate being maximized. |
samp_size |
Sample size in dataset. |
num_items |
Number of items in dataset. |
pred.data |
Matrix or dataframe of DIF and/or impact predictors. |
num.quad |
Number of quadrature points used for approximating the latent variable. |
a "list"
of first and second partial derivatives for Bernoulli item likelihood (to
use with coordinate descent and univariate Newton-Raphson)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.