Nothing
# Setup work for "plm" is identical to "lm" objects.
#' @rdname effClust
#' @export
effClust.plm <- function(object, cluster,
include.only=NULL, exclude=NULL,
fixed=FALSE, nominal=FALSE, rho=0.999, ...) {
return(effClust.lm(object, cluster, include.only, exclude,
fixed, nominal, rho))
}
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.