View source: R/apollo_mixUnconditionals.R
apollo_mixUnconditionals | R Documentation |
Returns draws (unconditionals) for random parameters in model, including interactions with deterministic covariates.
apollo_mixUnconditionals(model, apollo_probabilities, apollo_inputs)
model |
Model object. Estimated model object as returned by function apollo_estimate. |
apollo_probabilities |
Function. Returns probabilities of the model to be estimated. Must receive three arguments:
|
apollo_inputs |
List grouping most common inputs. Created by function apollo_validateInputs. |
This functions is only meant for use with continuous distributions
List of object, one per random coefficient. With inter-individual draws only, this will be a matrix, with one row per individual, and one column per draw. With intra-individual draws, this will be a three-dimensional array, with one row per observation, inter-individual draws in the second dimension, and intra-individual draws in the third dimension.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.