Learn R Programming

rmsb (version 1.1-1)

stanDx: Print Stan Diagnostics

Description

Retrieves the effect samples sizes and Rhats computed after a fitting function ran rstan, and prepares it for printing. If the fit was created by stackImpute, the diagnostics for all imputations are printed (separately).

Usage

stanDx(object)

Value

matrix suitable for printing

Arguments

object

an object created by an rms package Bayesian fitting function such as blrm() or stackMI()

Author

Frank Harrell

Examples

Run this code
if (FALSE) {
  f <- blrm(...)
  stanDx(f)
}

Run the code above in your browser using DataLab