Provides samples of the posterior parameters in a matrix data structure
# S3 method for sstapreg as.matrix(x, ..., pars = NULL)
| x | sstaprego object |
|---|---|
| ... | Ignored. |
| pars | vector of parameter names to subset from samples matrix |
A matrix of parameter samples. The dimensions/content of which depend on
pars.
#> Warning: no help found for ‘example_model’#> Error in as.matrix(example_model): object 'example_model' not found#> Error in print(dim(draws)): object 'draws' not found# }