| as_hce | R Documentation |
hce objectsA generic function for coercing data structures to hce objects
as_hce(x, ...)
x |
an object used to select a method. |
... |
additional parameters. |
an hce object.
as_hce.data.frame().
### data frames
data(HCE1)
HCE <- as_hce(HCE1)
calcWINS(HCE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.