getSample(sampler, parametersOnly = T, coda = F, start = 1,
end = NULL, thin = 1, numSamples = NULL, whichParameters = NULL,
includesProbabilities = F, reportDiagnostics = FALSE, ...)# S3 method for matrix
getSample(sampler, parametersOnly = T, coda = F,
start = 1, end = NULL, thin = "auto", numSamples = NULL,
whichParameters = NULL, includesProbabilities = F,
reportDiagnostics = F, ...)
# S3 method for double
getSample(sampler, parametersOnly = T, coda = F,
start = 1, end = NULL, thin = "auto", numSamples = NULL,
whichParameters = NULL, includesProbabilities = F,
reportDiagnostics = F, ...)
# S3 method for integer
getSample(sampler, parametersOnly = T, coda = F,
start = 1, end = NULL, thin = "auto", numSamples = NULL,
whichParameters = NULL, includesProbabilities = F,
reportDiagnostics = F, ...)
# S3 method for data.frame
getSample(sampler, parametersOnly = T, coda = F,
start = 1, end = NULL, thin = "auto", numSamples = NULL,
whichParameters = NULL, includesProbabilities = F,
reportDiagnostics = F, ...)
# S3 method for list
getSample(sampler, parametersOnly = T, coda = F,
start = 1, end = NULL, thin = "auto", numSamples = NULL,
whichParameters = NULL, includesProbabilities = F,
reportDiagnostics = F, ...)
# S3 method for mcmc
getSample(sampler, parametersOnly = T, coda = F,
start = 1, end = NULL, thin = "auto", numSamples = NULL,
whichParameters = NULL, includesProbabilities = F,
reportDiagnostics = F, ...)
# S3 method for mcmc.list
getSample(sampler, parametersOnly = T, coda = F,
start = 1, end = NULL, thin = "auto", numSamples = NULL,
whichParameters = NULL, includesProbabilities = F,
reportDiagnostics = F, ...)
# S3 method for MCMC
getSample(sampler, parametersOnly = T, coda = F,
start = 1, end = NULL, thin = "auto", numSamples = NULL,
whichParameters = NULL, includesProbabilities = F,
reportDiagnostics = F, ...)
# S3 method for MCMC_refClass
getSample(sampler, parametersOnly = T,
coda = F, start = 1, end = NULL, thin = "auto",
numSamples = NULL, whichParameters = NULL,
includesProbabilities = F, reportDiagnostics = F, ...)