| checksep_bcl | R Documentation |
This function checks for (quasi-) complete separation. It is a low-level function for a response vector y and a design matrix X.
checksep_bcl(y, X, rational = FALSE, backend = c("rcdd", "ROI"), solver = NULL)
y |
outcome vector. |
X |
design matrix. |
rational |
should rational arithmetic be used. |
backend |
which backend to use for the linear program. Can be "rcdd" (default and only option for rational=TRUE) or "ROI". |
solver |
the solver to be used in the backend. Defaults to "DualSimplex" for "rcdd" and the first LP solver returned by 'ROI_applicable_solver()' for "ROI". |
a Boolean; either 'TRUE' if we detected separation or 'FALSE' if not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.