要在 R 中安装 Bayesianstat 包,需要在 R 的控制台中输入以下命令:
install.packages("Bayesianstat")
如果你想使用最新版本的 Bayesianstat 包,那么你可以通过运行以下命令来安装:
install.packages("Bayesianstat", dependencies = TRUE, repos = "https://cran.r-project.org", type = "source")
安装完成后,可以使用 library 函数来加载 Bayesianstat 包。
library(Bayesianstat)