Description Usage Arguments Value
View source: R/RprobitB_model.R
This function creates an object of class RprobitB_model
.
1 2 3 4 5 6 7 8 9 10 11 | RprobitB_model(
data,
normalization,
R,
B,
Q,
latent_classes,
prior,
gibbs_samples,
classification
)
|
data |
An object of class |
normalization |
An object of class |
R |
The number of iterations of the Gibbs sampler. |
B |
The length of the burn-in period, i.e. a non-negative number of samples to be discarded. |
Q |
The thinning factor for the Gibbs samples, i.e. only every |
latent_classes |
Either
|
prior |
A named list of parameters for the prior distributions of the normalized parameters:
|
gibbs_samples |
An object of class |
classification |
The allocation variable of the estimated latent classes. |
An object of class RprobitB_model
, i.e. a list with the arguments of
this function as elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.