powered by
A method that returns names of the parameters that are sampled.
# S4 method for Samples names(x)
(Samples) object with samples.
Samples
my_samples <- Samples( data = list(alpha = 1:5, beta = 15:19), options = McmcOptions(burnin = 2, step = 2, samples = 5) ) names(my_samples)
Run the code above in your browser using DataLab