Learn R Programming

rms (version 6.0-0)

stanGet: stanGet

Description

Get Stan Output

Usage

stanGet(object)

Arguments

object

an objected created by an rms package Bayesian fitting function

Value

the object created by rstan::sampling

Details

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

Examples

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

Run the code above in your browser using DataLab