threshold_model_plot {nncc}R Documentation

Show the prediction of the logistic regression model

Description

Show the prediction of the logistic regression model

Usage

threshold_model_plot(threshold_results, p_threshold = 0.5)

Arguments

threshold_results

See get_threshold

p_threshold

The probability that the closest matching approach produces the closer matching relative to the random matching approach. The greater p_threshold, the smaller the threshold.

Value

The ggplot showing the threshold logistic regression model


[Package nncc version 2.0.0 Index]