#' @title test_function
#'
#' @description Test function.
#' @param seed A real number between 0 and 1 that determines the splitting probability in the prior (which is used as the importance sampler of tree models). Quadrianto and Ghahramani (2015) recommend a value less than 0.5 .
#' @return A number
#' @useDynLib MultiHorizonSPA, .registration = TRUE
#' @importFrom Rcpp evalCpp
#'
#' @export
test_function <- function(seed){
x <- 1
x
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.