d_mu_gaussian | R Documentation |
Partial derivatives for mean parameter of continuous items.
d_mu_gaussian(
parm,
p_item,
etable,
theta,
responses_item,
pred_data,
cov,
samp_size,
num_items,
num_quad
)
parm |
Item parameter being maximized. |
p_item |
Vector of item parameters. |
etable |
E-table. |
theta |
Matrix of adaptive theta values. |
responses_item |
Vector of item responses. |
pred_data |
Matrix or dataframe of DIF and/or impact predictors. |
cov |
Covariate being maximized. |
samp_size |
Sample size in dataset. |
num_items |
Number of items in dataset. |
num_quad |
Number of quadrature points used for approximating the latent variable. |
a "list"
of first and second partial derivatives for mean value of Gaussian 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.