Learn R Programming

EMC2 (version 3.1.0)

get_data.emc: Get Data

Description

Extracts data from an emc object

Usage

# S3 method for emc
get_data(emc)

get_data(emc)

Value

A dataframe of the original data

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.

Examples

Run this code
get_data(samples_LNR)

Run the code above in your browser using DataLab