# DEadj function: A helper function that shifts, scales, and rotates a 1D array.
DEadj <- function(par, par_hat, R2R1){
par_adj <- (par - par_hat)%*%R2R1 + par_hat
return(par_adj)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.