score_matrix {inferference} | R Documentation |
Calculate matrix of log Likelihood derivatives
Description
Calculate matrix of log Likelihood derivatives
Usage
score_matrix(integrand, X, A, G, parameters, runSilent = TRUE, ...)
Arguments
integrand |
function passed to |
X |
covariate matrix |
A |
vector of treatment assignments |
G |
vector of group assignments |
parameters |
vector of parameters passed to |
runSilent |
If FALSE, prints errors to console. Defaults to TRUE. |
... |
additional arguments passed to |
Value
N X length(params) matrix of scores
[Package inferference version 1.0.2 Index]