Nothing
plot.clogitboost<-function(x, d, grid = NULL, ...){
fit <- x
gridstep <- (fit$xmax[d] - fit$xmin[d]) / 100
if (is.null(grid)) {
grid <- seq(fit$xmin[d], fit$xmax[d], by = gridstep)
}
plot(grid, marginal(fit, grid, d), ...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.