| warp.formula | R Documentation | 
Warp model formula
## S3 method for class 'formula'
warp(x, warper, ...)
## S3 method for class 'formula'
unwarp(x, warper, ...)
x | 
 Formula object.  | 
warper | 
 Warper object.  | 
... | 
 Not used, ignored with a warning.  | 
Currently only "simple" formulas of the form y ~ x1 + x2 + x3 etc.
are allowed - no *, :, s(), I(), ^2 or other operations that
are supported by some modeling functions.
The warped formula (e.g., based on principal components), or the unwarped formula (using the original, untransformed variable names).
unwarp.formula: Unwarp a model formula.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.