Method to convert an EQ5D object to a data.table.
Usage
# S3 method for EQ5D
as.data.table(x, keep.rownames, ...)
Arguments
- x
An EQ5D object.
- keep.rownames
Not currently used.
- ...
Not currently used.
Value
A data.table of the data(frame) underlying the EQ5D object. Only column names
are preserved with all other attributes, including row names, dropped.
Note
Apart from x
no other parameters are used and they are only present in the
method signature for compatibility with the underlying generic.