as_hce {hce} | R Documentation |
A generic function for coercing data structures to hce
objects
Description
A generic function for coercing data structures to hce
objects
Usage
as_hce(x, ...)
Arguments
x |
an object used to select a method. |
... |
additional parameters. |
Value
an hce
object.
See Also
Examples
### data frames
data(HCE1)
HCE <- as_hce(HCE1)
calcWINS(HCE)
[Package hce version 0.6.0 Index]