Description Usage Arguments Value See Also Examples
View source: R/build_formula.R
Builds a brmsformula for an IRT model based on user input. This is the main function for formula generantion. It calls further functions to build an appropriate formula. It can be called without it's arguments which loads the standard settings for a linear 1PL model.
1 | build_formula(variable_specifications = NULL, model_specifications = NULL)
|
variable_specifications |
Named list of characters or strings. |
model_specifications |
Named list of strings and numerics. |
Returns an object of type brmsformula to use it with brms::brm()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.