stanGet: Get Stan Output

View source: R/stanMisc.r

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

rmsb documentation built on Sept. 26, 2023, 5:11 p.m.