View source: R/logistic-regression.R
loglik_binary_logistic_regression | R Documentation |
주어진 계수로부터 관측 데이터가 얻어질 우도함수값을 계산한다.
loglik_binary_logistic_regression(.betas, .x, .y)
.betas |
계수 벡터. |
.x |
독립변수 행렬. |
.y |
종속변수 벡터. |
로그우도함수값.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.