R/print.summary.splm.R

Defines functions print.summary.splm

Documented in print.summary.splm

#' Print method of spatial linear model
#' 
#' @param x an object of class \code{summary.splm}
#'   
#' @author Eric W. Fox
#' @export
print.summary.splm <- function(x, ...) {
  printCoefmat(x$coefs, P.values=T, has.Pvalue = T)
}
ericwfox/slmrf documentation built on Feb. 24, 2024, 11:02 p.m.