Learn R Programming

jagshelper (version 0.4.0)

nparam: Number of parameters

Description

Total number of individual parameter nodes saved in jagsUI output.

Usage

nparam(x)

Value

A single numeric value giving the number of parameter nodes.

Arguments

x

Output object from jagsUI::jags()

Author

Matt Tyers

See Also

nbyname

Examples

Run this code
head(jags_df(asdf_jags_out))

nparam(asdf_jags_out)

Run the code above in your browser using DataLab