Compute the odds of correctly predicting a response
计算正确地预测一个响应的可能性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Perform a logistic regression to compute the odds of correctly predicting a particular response. Used internally by ldknn.run. Not intended for separate use
执行logistic回归计算的几率正确地预测一个特定的响应。内部使用ldknn.run。不用于单独使用
用法----------Usage----------
ldknn.odds(type, probability, reference)
参数----------Arguments----------
参数:type
A factor corresponding to the true class for each response.
对应于每个响应的真正的类的一个因素。
参数:probability
Probability of the reference level response.
的参考电平响应概率。
参数:reference
A character string corresponding to the reference level.
到基准电平相对应的字符的字符串。