plot.PosteriorT.Rd
This function plots the posterior distribution of the parameter
# S3 method for PosteriorT plot(x, ...)
x | Data of the posterior distribution |
---|---|
... | Extra parameters for plot |
cbt <- bayesianCorrelatedT.test(results.rf[1, ], results.knn[1, ]) plot(cbt) + ggplot2::ggtitle("Random Forest vs. KNN \nDataset: abalone")