postInclusionProb function

Posterior inclusion probability (PIP)

Posterior inclusion probability (PIP)

This function computes the PIPs of all potential predictors

postInclusionProb(object)

Arguments

  • object: An object of class PMP

Returns

an named vector with all PIPs

Examples

# extract the data: data("VAP_data") # the definition of the full model with three potential predictors: FULL <- outcome ~ ns(day, df = 4) + gender + type + SOFA # here we define time as a spline with 3 knots # computation of the posterior model probabilities: test <- PMP(fullModel = FULL, data = VAP_data, discreteSurv = TRUE, maxit = 150) class(test) #computation of the posterior inclusion probabilities: postInclusionProb(test)

Author(s)

Rachel Heyard

  • Maintainer: Rachel Heyard
  • License: GPL (>= 2)
  • Last published: 2018-10-12

Useful links