Learn R Programming

qwraps2 (version 0.2.3)

logit: logit and inverse logit functions

Description

transform x either via the logit, or inverse logit.

Usage

logit(x)
invlogit(x)

Arguments

x
a numeric vector

Details

Why are these functions are not part of base R? I don't have the answer to that question. So here are functions for easy of use.