Learn R Programming

rms (version 6.0-0)

stanDx: stanDx

Description

Print Stan Diagnostics

Usage

stanDx(object)

Arguments

object

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

Value

matrix suitable for printing

Details

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).

Examples

Run this code
# NOT RUN {
  f <- blrm(...)
  stanDx(f)
# }

Run the code above in your browser using DataLab