nparam {jagshelper} | R Documentation |
Number of parameters
Description
Total number of individual parameter nodes saved in jagsUI
output.
Usage
nparam(x)
Arguments
x |
Output object from |
Value
A single numeric value giving the number of parameter nodes.
Author(s)
Matt Tyers
See Also
Examples
head(jags_df(asdf_jags_out))
nparam(asdf_jags_out)
[Package jagshelper version 0.3.1 Index]