print.summary.learnIQ1var <-
function (x, ...){
if (x$varType){
cat ("Constant standard deviation: \n");
print (x$s1Reg)
}
else{
cat ("Variance Model: \n");
print (summary (x$s1Reg));
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.