powered by
Gets the number of MCMC samples (simulations * terms)
nsams(x, ...)# S3 method for default nsams(x, ...)
# S3 method for default nsams(x, ...)
The R object.
Unused.
A count of the total number of sample values.
default: Number of sample values of default object
default
nsims() and nterms()
nsims()
nterms()
# NOT RUN { nsams(nlist(x = 2)) nsams(nlist(x = 1:2)) nsams(nlists(nlist(x = c(2, 9)), nlist(x = c(1, 7)))) # }
Run the code above in your browser using DataLab