View source: R/model_fitting.R
RprobitB_fit | R Documentation |
RprobitB_fit
This function creates an object of class RprobitB_fit
.
RprobitB_fit(
data,
scale,
level,
normalization,
R,
B,
Q,
latent_classes,
prior,
gibbs_samples,
class_sequence,
comp_time
)
## S3 method for class 'RprobitB_fit'
summary(object, FUN = c(mean = mean, sd = stats::sd, `R^` = R_hat), ...)
data |
An object of class |
scale |
A character which determines the utility scale. It is of the form
|
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. See the documentation
of |
gibbs_samples |
An object of class |
class_sequence |
The sequence of class numbers during Gibbs sampling of length |
comp_time |
The time spent for Gibbs sampling. |
... |
Currently not used. |
An object of class RprobitB_fit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.