powered by
This function takes a number \(\theta\) and returns its respective sigmoid probability \(\frac{e^{theta}}{1+e^{theta}}\). This is used in logistic regression to model \(P(y=1|x)\).
sigmoid(theta)
the linear predictor
the sigmoid probability
# NOT RUN { sigmoid(0) # }
Run the code above in your browser using DataLab