createLtmmObj | R Documentation |
This function is useful for omparing models produced using the ltmix package to models fit using other, or for computing fit criteria and risk measures for a known set of parameters.
createLtmmObj(x, distributions, trunc, Pars, Pi, npars = NULL)
x |
data vector |
distributions |
densities to combine |
trunc |
left truncation point (optional) |
Pars |
list of length G of parameter values |
Pi |
vector of length G of component proportions |
npars |
Can optionally be used to overwrite the number of free parameters (used in the calculation of AIC & BIC), if the model has additional constraints |
An ltmm model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.