Learn R Programming

mcmcr (version 0.6.2)

ess: P-Value effective sample size

Description

Calculates the effective sample size based on esr().

Usage

ess(x, by = "all", as_df = FALSE)

Arguments

x

An MCMC object.

by

A string indicating whether to determine by "term", "parameter" or "all".

as_df

A flag indicating whether to return the results as a data frame versus a named list.

See Also

universals::esr

Examples

Run this code
ess(mcmcr_example)

Run the code above in your browser using DataLab