Learn R Programming

PatientLevelPrediction (version 3.0.0)

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.