names-Samples-method: The Names of the Sampled Parameters

names,Samples-methodR Documentation

The Names of the Sampled Parameters

Description

[Stable]

A method that returns names of the parameters that are sampled.

Usage

## S4 method for signature 'Samples'
names(x)

Arguments

x

(Samples)
object with samples.

Examples

my_samples <- Samples(
  data = list(alpha = 1:5, beta = 15:19),
  options = McmcOptions(burnin = 2, step = 2, samples = 5)
)

names(my_samples)

Roche/crmPack documentation built on April 30, 2024, 3:19 p.m.