View source: R/lboxcox_maxLik.R View source: R/lboxcox.R
median_effect | R Documentation |
Calculates a number that represents the overall gradient measurement between the predictor and log-odds of the risk
Calculates a number that represents the overall gradient measurement between the predictor and log-odds of the risk
median_effect(formula, weight_column_name, data, trained_model)
median_effect(formula, weight_column_name, data, trained_model)
formula |
the formula used to train the logistic box-cox model |
weight_column_name |
the name of the column in 'data' containing the survey weights |
data |
dataframe containing the dataset to train on |
trained_model |
the already trained model. The output of 'lbc_train' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.