get_data: Get Data

View source: R/s3_funcs.R

get_data.emcR 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)

EMC2 documentation built on Jan. 12, 2026, 5:07 p.m.