# Transform with built-in logistic inverse CDF logit_p = qlogis(p), # Transform with manual logit logit_p_man = log(p/(1-p))