Nothing
### treatReg: which is the name of the selection outcome variable
### used for determining if it is included in the outcome model
selectionVariableName <- function( x, ... ) {
UseMethod("selectionVariableName")
}
selectionVariableName.selection <- function( x, ... ) {
if(tobitType(x) == "treatment")
return(x$param$selectionVariableName)
return(integer(0))
}
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.