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'
print(x, ...)
## S3 method for class 'RprobitB_fit'
summary(object, FUN = c(mean = mean, sd = stats::sd, `R^` = R_hat), ...)
## S3 method for class 'summary.RprobitB_fit'
print(x, digits = 2, ...)
data |
An object of class |
scale |
[ |
normalization |
An object of class |
R |
[ |
B |
[ |
Q |
[ |
latent_classes |
[
The following specifications are used for the weight-based updating scheme:
|
prior |
[ |
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. |
An object of class RprobitB_fit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.