test_compare_stacked_to_original_data: Test to compare stacked outcome data to original outcome data

test_compare_stacked_to_original_dataR Documentation

Test to compare stacked outcome data to original outcome data

Description

...

Usage

test_compare_stacked_to_original_data(data, stacked_data, pairs)

Arguments

data

data.frame with original data in long format

stacked_data

the list of data.frames returned by stack_data()

pairs

A character matrix with the pairs, returned from the make_pairs function

Value

Prints a list with assertions. All should return TRUE. Otherwise something went wrong.

Examples

## Not run: 
model_info <- test_input_datatypes(data = df, pairs = pairs, stacked_data=df_stacked)

## End(Not run)

JanvandenBrand/jmmm documentation built on May 30, 2022, 9:37 a.m.