cmdstan_coercion | R Documentation |
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.
as.CmdStanMCMC(object, ...)
as.CmdStanMLE(object, ...)
as.CmdStanLaplace(object, ...)
as.CmdStanVB(object, ...)
as.CmdStanPathfinder(object, ...)
as.CmdStanGQ(object, ...)
as.CmdStanDiagnose(object, ...)
object |
The object to be coerced. |
... |
Additional arguments to pass to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.