Nothing
# methods for dynamic
# --------------------------------------------------------------------
predictLandmark <- function(object,newdata,times,landmark,cause,...){
UseMethod("predictLandmark",object)
}
predictLandmark.jointPenal <- function(object,newdata,times,landmark,cause,...){
## xxx
## stopifnot(
}
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.