stanGet {rmsb}R Documentation

Get Stan Output

Description

Extracts the object created by rstan::sampling() so that standard Stan diagnostics can be run from it

Usage

stanGet(object)

Arguments

object

an objected created by an rms package Bayesian fitting function

Value

the object created by rstan::sampling()

Author(s)

Frank Harrell

Examples

## Not run: 
  f <- blrm(...)
  s <- stanGet(f)

## End(Not run)

[Package rmsb version 1.1-0 Index]