| 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)