Learn R Programming

rmsb (version 1.1-1)

stanGet: Get Stan Output

Description

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

Usage

stanGet(object)

Value

the object created by rstan::sampling()

Arguments

object

an objected created by an rms package Bayesian fitting function

Author

Frank Harrell

Examples

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

Run the code above in your browser using DataLab