######Package code Statistical analysis######
#' Perform multiple regression
#' currently not using
mulreg<- function(){
cat(rep('\n',1))
cat(bold$blue('\n|perform multiple regression\n\n'))
cat(bold$red('Example:\n'),'\t lm(y ~ x1 + x2 + ... + xi)\n\n')
# INSERT EXTRA EXAMPLE CODE IF APPLICABLE #
cat(rep('\n', 3))
ask_stanalysis()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.