fp | R Documentation |
Used in formula interface to mfp2()
.
fp(
x,
df = 4,
alpha = 0.05,
select = 0.05,
shift = NULL,
scale = NULL,
center = TRUE,
acdx = FALSE,
powers = NULL
)
fp2(...)
x |
a vector representing a continuous variable undergoing fp-transformation. |
df, alpha, select, shift, scale, center, acdx |
See |
powers |
a vector of powers to be evaluated for |
... |
used in alias |
The vector x
with new attributes relevant for fp-transformation. All
arguments passed to this function will be stored as attributes.
fp2()
: Alias for fp()
- use in formula when both mfp
and mfp2
are loaded to avoid name shadowing.
xr = 1:10
fp(xr)
fp2(xr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.