Description Usage Arguments Examples
This function evaluates the log-likelihood of a logistic regression model in a numerically stable way. It uses the log-sum-exp trick.
1 | logLogisticRegCndtlLike(y, linkedMeans)
|
y |
observed dependent variables, assumed to be coded as 0,1. |
linkedMeans |
a numeric vector. The model matrix times the beta vector. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.