as.stanfit {multinma} | R Documentation |
as.stanfit
Description
Attempt to turn an object into a stanfit
object.
Usage
as.stanfit(x, ...)
## S3 method for class 'stan_nma'
as.stanfit(x, ...)
## Default S3 method:
as.stanfit(x, ...)
Arguments
x |
an object |
... |
additional arguments |
Value
A stanfit
object.
[Package multinma version 0.7.1 Index]