Skip to content

Commit

Permalink
added param printCorrelation to summary.mcmcSampler
Browse files Browse the repository at this point in the history
  • Loading branch information
TahminaMojumder committed Oct 27, 2023
1 parent 1758692 commit 6fa3038
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions BayesianTools/R/classMcmcSampler.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ getSample.mcmcSampler <- function(sampler, parametersOnly = T, coda = F, start =
#' @description
#' Creates a summary table of a MCMC output
#' @param object object of class mcmcSampler or mcmcSamplerList
#' @param printCorrelation if set to TRUE, prints correlation among samples
#' @param ... not implemented
#' @method summary mcmcSampler
#' @author Stefan Paul
Expand Down
1 change: 0 additions & 1 deletion BayesianTools/R/classMcmcSamplerList.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ createMcmcSamplerList <- function(mcmcList){
#' @method summary mcmcSamplerList
#' @describeIn summary.mcmcSampler
#' @export

summary.mcmcSamplerList <- function(object, ...){
#codaChain = getSample(sampler, parametersOnly = parametersOnly, coda = T, ...)
#summary(codaChain)
Expand Down
4 changes: 3 additions & 1 deletion BayesianTools/man/summary.mcmcSampler.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions BayesianTools/vignettes/testVignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,4 @@ correlationPlot(res)
# Fitting a ecosystem model with the BT package


?VSEM
How do I know lower and upper?


0 comments on commit 6fa3038

Please sign in to comment.