d_sigma_gaussian_proxy | R Documentation |
Partial derivatives for variance parameter of continuous items with proxy data.
d_sigma_gaussian_proxy(
parm,
p_item,
prox_data,
responses_item,
pred_data,
cov,
samp_size,
num_items
)
parm |
Item parameter being maximized. |
p_item |
Vector of item parameters. |
prox_data |
Vector of observed proxy scores. |
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. |
a "list"
of first and second partial derivatives for variance 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.