R/effClust-plm.r

Defines functions effClust.plm

Documented in effClust.plm

# 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))

}

Try the effClust package in your browser

Any scripts or data that you put into this service are public.

effClust documentation built on May 29, 2024, 5:15 a.m.