View source: R/influence.combi.R
influence.combi | R Documentation |
Evaluate the influence function
## S3 method for class 'combi'
influence(modelObj, samples = is.null(View), Dim = 1, View = NULL)
modelObj |
The model object |
samples |
A boolean, should we look at sample variables? Throws an error otherwise |
Dim, View |
Integers, the dimension and views required |
Especially the influence of the different views on the latent variable or gradient estimation may be of interest. The influence values are not all calculated. Rather, the score values and inverse jacobian are returned so they can easily be calculated
A list with components
score |
The evaluation of the score function |
InvJac |
The inverted jacobian matrix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.