| formula.oglmx {oglmx} | R Documentation |
Obtain model formula for an oglmx object.
Description
Given an object of class oglmx the function describes the estimated model via an expression of class formula. The function serves to provide a name of a model to the lrtest function in the lmtest package.
Usage
## S3 method for class 'oglmx'
formula(x, ... )
Arguments
x |
object of class |
... |
additional arguments, currently ignored. |
Value
an object of class formula.
Author(s)
Nathan Carroll, nathan.carroll@ur.de
See Also
oglmx, codelrtest, codeformula.
[Package oglmx version 3.0.0.0 Index]