build_formula: Builds a brmsformula

Description Usage Arguments Value See Also Examples

View source: R/build_formula.R

Description

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.

Usage

1
build_formula(variable_specifications = NULL, model_specifications = NULL)

Arguments

variable_specifications

Named list of characters or strings.

model_specifications

Named list of strings and numerics.

Value

Returns an object of type brmsformula to use it with brms::brm()

See Also

brmsformula

Examples

1

Famondir/birtms documentation built on Feb. 18, 2022, 2:51 a.m.