check_form {RprobitB} | R Documentation |
Check model formula
Description
This function checks the input form
.
Usage
check_form(form, re = NULL, ordered = FALSE)
Arguments
form |
A
Multiple covariates (of one type) are separated by a In the ordered probit model ( |
re |
A character (vector) of covariates of |
ordered |
A boolean, |
Value
A list that contains the following elements:
The input
form
.The name
choice
of the dependent variable inform
.The input
re
.A list
vars
of three character vectors of covariate names of the three covariate types.A boolean
ASC
, determining whether the model has ASCs.
See Also
overview_effects()
for an overview of the model effects