build_phi_function_from_coefs {rwicc} | R Documentation |
convert a pair of simple logistic regression coefficients into P(Y|T) curve:
Description
convert a pair of simple logistic regression coefficients into P(Y|T) curve:
Usage
build_phi_function_from_coefs(coefs)
Arguments
coefs |
numeric vector of coefficients |
Value
function(t) P(Y=1|T=t)
[Package rwicc version 0.1.3 Index]