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 2.1.0 Index]