wrapFTestImpl | R Documentation |
Wrap F-test (significance of identity relation).
wrapFTestImpl(numdf, dendf, FValue, ..., format = NULL)
numdf |
degrees of freedom 1. |
dendf |
degrees of freedom 2. |
FValue |
observed F test statistic |
... |
not used, force later arguments to bind by name |
format |
optional, suggested format |
wrapped statistic
wrapFTestImpl(numdf=2,dendf=55,FValue=5.56)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.