#' Run model
#'
#' This function runs a MCMC model to quantify differential expression of qPCR data
#' @param data
#'
#' @return
#' @export
#'
#' @examples
run_model = function(data){
model = MCMC.qpcr::mcmc.qpcr(data=data, fixed="species", random =
"individual", controls=c("r18S"), m.fix=1.2, nitt=510000,thin=500,burnin=10000) #runs informed model
model
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.