print.ces <-
function(x, ...){
if( !class(x)[1] == 'ces' )
print(x)
else
switch( class(x)[2],
res.table = summary.ces.table(x),
markfit = print(x$model$results$real),
print(as.data.frame(x)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.