linearRegressionScore <-
function(x, y=NULL, p1=NULL, pcaMethod='prcomp', pcaParams=NULL){
return(linearRegressionModel(x=x, y=y, pcaMethod=pcaMethod, pcaParams=pcaParams))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.