d_alpha_proxy | R Documentation |
Partial derivatives for mean impact equation using proxy data.
d_alpha_proxy(
p_impact,
prox_data,
mean_predictors,
var_predictors,
cov,
samp_size,
num_items
)
p_impact |
Vector of impact parameters. |
prox_data |
Matrix of observed proxy scores. |
mean_predictors |
Possibly different matrix of predictors for the mean impact equation. |
var_predictors |
Possibly different matrix of predictors for the variance impact equation. |
cov |
Covariate being maximized. |
samp_size |
Sample size in data set. |
num_items |
Number of items in data set. |
a "list"
of first and second partial derivatives for mean impact equation (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.