#' @title A function for finding the z values.
#'
#' @param z The z values for a dataset
#'
#' @return The s^2 value
#' @export
#'
#' @examples
#'(enter z array, return standard value squared)
sdvalue=function(z){
(sd(z))^2
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.