This function takes a data frame and a model object and runs the model in TAM.
| 1 2 3 4 5 6 7 8 | irtree_fit_tam(
  object = NULL,
  data = NULL,
  link = "logit",
  verbose = interactive(),
  control = control_tam(),
  improper_okay = FALSE
)
 | 
| object | Object of class  | 
| data | Data frame containing containing one row per respondent and one
column per variable. The variable names must correspond to those used in
 | 
| link | String specifying the link function. Only  | 
| verbose | Logical indicating whether output should be printed to the console. | 
| control | List. The allowed elements of this list depend on the
 | 
| improper_okay | Logical indicating whether the model should also be fit
if it is not a proper IR-tree model. Set this only to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.