Description Usage Arguments Value Examples
This function searches
| 1 2 | 
| model | The model to be optimized. Supports "lm" for the linear probability model, "logit" for the logistic probability model, and "probit" for the probit model. | 
| Y | The binary response variable. | 
| X | A dataframe with collumns of exogenous regressors. | 
| returntype | "model", "data", or "colnames" | 
| tracelevel | level of printing. | 
| crit.t | t-value used for significance test. | 
| memorymanagement | logical, indicating whether memory should be more actively managed. | 
"model", "data", or "colnames", to be specified in returnype.
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.