MLE_logit: MLE estimator for logistic regression with binary...

Description Usage Arguments Value

View source: R/ccer.r

Description

This functions takes binary classification as outcome variables, apply MLE estimator, and returned corrected coefficient estimates.

Usage

1
MLE_logit(formula, data, fnr = 0, fpr = 0)

Arguments

formula

R formula, such as y ~ x

data

a data.frame object

fnr

false negative rate

fpr

false positive rate

Value

a dataframe contining estimated values, standard errors, z values and p values


philohistoria/CCER documentation built on Dec. 22, 2021, 7:50 a.m.