Nothing
coef.summary.selection <- function( object, part="full", ... ) {
if( !( part %in% c( "full", "outcome" ) ) ) {
stop( "argument 'part' must be either 'full' or 'outcome'" )
}
result <- object$estimate
if( part == "outcome" ) {
result <- result[ object$param$index$outcome, ]
}
return( result )
}
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.