View source: R/apollo_avgIntraDraws.R
apollo_avgIntraDraws | R Documentation |
Averages observation-specific likelihood across intra-individual draws.
apollo_avgIntraDraws(P, apollo_inputs, functionality)
P |
List of vectors, matrices or 3-dim arrays. Likelihood of the model components. |
apollo_inputs |
List grouping most common inputs. Created by function apollo_validateInputs. |
functionality |
Character. Setting instructing Apollo what processing to apply to the likelihood function. This is in general controlled by the functions that call
|
Argument P
with (for most functionalities) the original contents averaged over intra-individual draws. Shape depends on argument functionality
.
"components"
: Returns P
without changes.
"conditionals"
: Returns P
containing the likelihood of the model averaged across intra-individual draws. Drops all components except for "model"
.
"estimate"
: Returns P
containing the likelihood of the model averaged across intra-individual draws. Drops all components except "model"
.
"gradient"
: Returns P
containing the gradient of the likelihood averaged across intra-individual draws. Drops all components except "model"
.
"output"
: Returns P
containing the likelihood of all model components averaged across intra-individual draws.
"prediction"
: Returns P
containing the probabilities of all alternatives for all model components averaged across intra-individual draws.
"preprocess"
: Returns P
without changes.
"raw"
: Returns P
without changes.
"report"
: Returns P
without changes.
"validate"
: Returns P
containing the likelihood of the model averaged across intra-individual draws. Drops all components but "model"
.
"zero_LL"
: Returns P
without changes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.