formula.distfreereg {distfreereg} | R Documentation |
Extract formulas from distfreereg
objects
Description
This is a formula
method for objects of class distfreereg
. It extracts the formula from a model in a distfreereg
object.
Usage
## S3 method for class 'distfreereg'
formula(x, ...)
Arguments
x |
Object of class |
... |
Additional parameters passed to or from other methods. Currently ignored. |
Value
Formula extracted from x$test_mean
, or NULL
if such a formula cannot be extracted.
Author(s)
Jesse Miller
See Also
[Package distfreereg version 1.1 Index]