Learn R Programming

distfreereg (version 1.1)

asymptotics: Convenience function for exploring asymptotic behavior and sample size adequacy

Description

This is a convenience function that calls compare using object to create the true and test model specifications.

Usage

asymptotics(object, ...)

Value

Object of class compare.

Arguments

object

Object of class distfreereg.

...

Additional arguments to pass to compare.

Warning

The fitted model in object is assumed to be the true model, not an estimation of the true model. Further, the simulation of values requires assuming a particular error distribution. See the "Warnings" section in compare's documentation for details.

Author

Jesse Miller

Details

An important step in implementing distfreereg is determining the plausibility that the sample size of a data set is adequate to produce the desired asymptotic behavior of the simulated statistics. This can be done by calling compare with the appropriate argument values. Because of the importance of this step, this convenience function automates that call using a single argument, namely the object of class distfreereg in question.

See Also

distfreereg, compare