knitr::opts_chunk$set( collapse = TRUE, comment = "", fig.path = "inst/extdata/" )
bayesammi
: Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Modelr getNamespaceVersion("bayesammi")
; Copyright (C) 2018-2024: License: GPL-2|GPL-3dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("bayesammi")) != "", yes = getNamespaceVersion("bayesammi"), no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/bayesammi", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/bayesammi", "/master/DESCRIPTION")))])) cat(paste("[](https://github.com/myaseen208/bayesammi)", sep = ""))
r gsub("(<doi:)(.+)(>)", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("bayesammi", fields = "Description")))
The package can be installed from CRAN as follows:
install.packages("bayesammi", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes") remotes::install_github("myaseen208/bayesammi")
To know whats new in this version type:
news(package = "bayesammi")
bayesammi
To cite the methods in the package use:
citation("bayesammi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.