njtierney / mmcc

Fast, tidy functions for mcmc diagnostics and summaries, built with data.table
http://mmcc.njtierney.com/
Other
24 stars 5 forks source link

add n_sims #50

Closed njtierney closed 3 years ago

njtierney commented 4 years ago

Should just be something like

n_sims <- function(x){
  n_chain(x) * n_iter(x)
}