#
# Kmodel.R
#
# Kmodel and pcfmodel
#
# $Revision: 1.1 $ $Date: 2011/05/30 14:02:21 $
#
Kmodel <- function(model, ...) {
UseMethod("Kmodel")
}
pcfmodel <- function(model, ...) {
UseMethod("pcfmodel")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.