R/vcov.summary.gekm.R

Defines functions vcov.summary.gekm

###                                                             ###
###				  VCOV-METHOD FOR summary.gekm	     	        ###
###                                                             ###

## vcov.summary.gekm - vcov methode for an object of class 
##		summary.gekm
## 
## @param object: gekm[1]
##		object of class gekm
## @param ...:
##		further arguments, not used
##
## @output:
##		(scaled) covariance matrix of the regression coefficients


vcov.summary.gekm <- function(object, ...){
	
	object$cov.scaled
		
}

Try the gek package in your browser

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

gek documentation built on Jan. 31, 2026, 1:07 a.m.