Nothing
## *.fit wrappers for new *model() functions.
RaschModel.fit <- function(y, ...) raschmodel(y = y, ...)
RSModel.fit <- function (y, ...) rsmodel(y = y, ...)
PCModel.fit <- function (y, ...) pcmodel(y = y, ...)
btReg.fit <- function(y, ...) btmodel(y = y, ...)
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.