Description Usage Arguments Value
This functions takes binary classification as independent variables, apply MLE estimator, and returned corrected coefficient estimates.
1 | MLE_linear(formula, data, predicted_col_name, ppv = 0, npv = 0)
|
formula |
R formula, such as y ~ x |
data |
a data.frame object |
predicted_col_name |
string or integer indicating the column of the variable that is predicted |
ppv |
positive predicted value |
npv |
negative predicted value |
a dataframe contining estimated values, standard errors, z values and p values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.