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 distfreereg.

...

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

distfreereg


[Package distfreereg version 1.0.1 Index]