R/formula.gekm.R

Defines functions formula.gekm

###                                                             ###
###                	 FORMULA-METHOD FOR gekm 	    	        ###
###                                                             ###

## formula.gekm - formula method for gekm object
## 
## @param x: gekm[1]
##		object of class gekm
## @param ...:
##		further arguments, not used	
##
## @output:
##		extracted formula


formula.gekm <- function(x, ...){
	formula(terms(x))
}

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.