cmdstan_coercion: Coercion methods for CmdStan objects

cmdstan_coercionR Documentation

Coercion methods for CmdStan objects

Description

These are generic functions intended to primarily be used by developers of packages that interface with on CmdStanR. Developers can define methods on top of these generics to coerce objects into CmdStanR's fitted model objects.

Usage

as.CmdStanMCMC(object, ...)

as.CmdStanMLE(object, ...)

as.CmdStanLaplace(object, ...)

as.CmdStanVB(object, ...)

as.CmdStanPathfinder(object, ...)

as.CmdStanGQ(object, ...)

as.CmdStanDiagnose(object, ...)

Arguments

object

to be coerced

...

additional arguments


stan-dev/cmdstanr documentation built on May 1, 2024, 7:17 a.m.