getModelDetails: Get the predictive model details
Description
getModelDetails
shows the full model, so showing the betas of all variables included in the
model, along with the variable names
Usage
getModelDetails(predictiveModel, plpData)
Arguments
predictiveModel
An object of type predictiveModel
as generated using he
fitPlp
function.
plpData
An object of type plpData
as generated using
getPlpData
.
Details
Shows the coefficients and names of the covariates with non-zero coefficients.