nsams: Number of Samples

View source: R/nsams.R

nsamsR Documentation

Number of Samples

Description

Gets the number of sample values (simulations * terms) of an MCMC object.

The default methods returns the product of nsims() and nterms().

Usage

nsams(x, ...)

## Default S3 method:
nsams(x, ...)

Arguments

x

An object.

...

Other arguments passed to methods.

Value

An integer scalar of the number of samples.

See Also

Other MCMC dimensions: nchains(), niters(), npars(), nsims(), nterms()


universals documentation built on Sept. 22, 2022, 5:07 p.m.