as_hce: A generic function for coercing data structures to 'hce'...

View source: R/as_hce.R

as_hceR 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

as_hce.data.frame().

Examples

### data frames 
data(HCE1)
HCE <- as_hce(HCE1)
calcWINS(HCE)

hce documentation built on Oct. 16, 2024, 9:06 a.m.