get_data.emc {EMC2} | R Documentation |
Get Data
Description
Extracts data from an emc object
Usage
## S3 method for class 'emc'
get_data(emc)
get_data(emc)
Arguments
emc |
an emc object |
Details
emc adds columns and rows to a dataframe in order to facilitate efficient likelihood calculations. This function will return the data as provided originally.
Value
A dataframe of the original data
Examples
get_data(samples_LNR)
[Package EMC2 version 3.2.0 Index]