Description Usage Arguments Details Value See Also Examples
This function allows you to extract a formula from a pim
or a pim.formula
object. In the latter case, you extract
the original formula.
1 2 3 4 5 6 7 |
x |
a |
... |
arguments passed to other methods |
orig |
a locigal value indicating whether the original formula
( |
This function is based on formula
from the stats
package. It creates a generic and can hence be used more or less in the
same way. Yet, as the pim package is dependent on the correct
binding between the formula objects and different environments, it is
advised not to change the environments tied to the formulas and to
use this function only to extract the desired information.
a pim.formula
if x
is a pim
object and orig = TRUE
. Otherwise a formula
object.
pim.formula-class
and pim-class
for
more information on the classes.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.