| transform.RprobitB_fit | R Documentation |
Given an object of class RprobitB_fit, this function can:
change the length B of the burn-in period,
change the the thinning factor Q of the Gibbs samples,
change the utility scale.
## S3 method for class 'RprobitB_fit'
transform(
`_data`,
B = NULL,
Q = NULL,
scale = NULL,
check_preference_flip = TRUE,
...
)
_data |
An object of class |
B |
[ |
Q |
[ |
scale |
[ |
check_preference_flip |
Set to |
... |
Currently not used. |
See the vignette "Model fitting" for more details:
vignette("v03_model_fitting", package = "RprobitB").
The transformed RprobitB_fit object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.