Description Usage Arguments Value
View source: R/get_margin_and_jacobian_row.R
Helper function for get_margins_results
.
1 | get_margin_and_jacobian_row(model_data, betas, main_effect, value, over)
|
model_data |
The data used to fit the Logistic Regression model |
betas |
The beta coefficients obtained from fitting the Logistic Regression model |
main_effect |
The name of the variable corresponding to the main effect in your model. |
value |
0 or 1, corresponding the value of |
over |
A Boolean variable. If |
The mean of the predicted probabilities and the corresponding row of the Jacobian matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.